Shades of Han Purple #541EDE
Tints of Han Purple #541EDE
RGB
CMYK
RGB Variations
Color information
#541EDE (or 0x541EDE) is known color: Han Purple. HEX triplet: 54, 1E and DE. RGB value is (84,30,222). Sum of RGB (Red+Green+Blue) = 84+30+222=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #541EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541EDE is #ABE121. Grayscale: #434343. Windows color (decimal): -11264290 or 14556756. OLE color: 14556756.
HSL color Cylindrical-coordinate representation of color #541EDE: hue angle of 256.88º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541EDE is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 30 | 222 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.13 |
| HSL | 256.88º | 0.76% | 0.49% | - |
| HSV(B) | 256.88º | 0.86% | 0.87% | - |
| XYZ | 17.31 | 8.09 | 69.76 | - |
| YUV | 68.03 | 214.89 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 222 | 0.62 | 0.86 | 0 | 0.13 | 256.88 | 0.76 | 0.49 |
| Hex | 54 | 1E | DE | 3E | 56 | 0 | D | 101 | 4C | 31 |
| Octal | 124 | 36 | 336 | 76 | 126 | 0 | 15 | 401 | 114 | 61 |
| Binary | 1010100 | 11110 | 11011110 | 111110 | 1010110 | 0 | 1101 | 100000001 | 1001100 | 110001 |
Color Harmonies of #541EDE
Complementary color
Monochromatic Colors of #541EDE
Black with #541EDE
Text Example
Text Example
White with #541EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541EDE; }
p { color: rgb(84,30,222); }
H1.HeaderClassName
{
color: #541EDE;
}
.AnyTagClassName
{
color: #541EDE;
}
</style>
background-color css
<style>
a { background-color: #541EDE; }
a { background-color: rgb(84,30,222); }
div.DivClassName
{
background-color: #541EDE;
}
.BgClassName
{
background-color: #541EDE;
}
</style>
border-color css
<style>
span { border-color: #541EDE; }
span { border-color: rgb(84,30,222); }
td.TdClassName
{
border-color: #541EDE;
}
.TagClassName
{
border-color: #541EDE;
}
</style>