Shades of Han Purple #541CDE
Tints of Han Purple #541CDE
RGB
CMYK
RGB Variations
Color information
#541CDE (or 0x541CDE) is known color: Han Purple. HEX triplet: 54, 1C and DE. RGB value is (84,28,222). Sum of RGB (Red+Green+Blue) = 84+28+222=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #541CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541CDE is #ABE321. Grayscale: #424242. Windows color (decimal): -11264802 or 14556244. OLE color: 14556244.
HSL color Cylindrical-coordinate representation of color #541CDE: hue angle of 257.32º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541CDE is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 28 | 222 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.13 |
| HSL | 257.32º | 0.78% | 0.49% | - |
| HSV(B) | 257.32º | 0.87% | 0.87% | - |
| XYZ | 17.26 | 7.99 | 69.74 | - |
| YUV | 66.86 | 215.55 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 222 | 0.62 | 0.87 | 0 | 0.13 | 257.32 | 0.78 | 0.49 |
| Hex | 54 | 1C | DE | 3E | 57 | 0 | D | 101 | 4E | 31 |
| Octal | 124 | 34 | 336 | 76 | 127 | 0 | 15 | 401 | 116 | 61 |
| Binary | 1010100 | 11100 | 11011110 | 111110 | 1010111 | 0 | 1101 | 100000001 | 1001110 | 110001 |
Color Harmonies of #541CDE
Complementary color
Monochromatic Colors of #541CDE
Black with #541CDE
Text Example
Text Example
White with #541CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541CDE; }
p { color: rgb(84,28,222); }
H1.HeaderClassName
{
color: #541CDE;
}
.AnyTagClassName
{
color: #541CDE;
}
</style>
background-color css
<style>
a { background-color: #541CDE; }
a { background-color: rgb(84,28,222); }
div.DivClassName
{
background-color: #541CDE;
}
.BgClassName
{
background-color: #541CDE;
}
</style>
border-color css
<style>
span { border-color: #541CDE; }
span { border-color: rgb(84,28,222); }
td.TdClassName
{
border-color: #541CDE;
}
.TagClassName
{
border-color: #541CDE;
}
</style>