Learn R Programming

colourspace (version 0.0.1)

hex_to_hsl: Convert HEX to HSL

Description

Convert HEX to HSL

Usage

hex_to_hsl(hex)

Value

Numeric vector (length 3) or matrix with columns h, s, l.

Arguments

hex

Character vector of hex colour strings.

Examples

Run this code
hex_to_hsl("#336699")

Run the code above in your browser using DataLab