Shades of Han Purple #5405DE
Tints of Han Purple #5405DE
RGB
CMYK
RGB Variations
Color information
#5405DE (or 0x5405DE) is known color: Han Purple. HEX triplet: 54, 05 and DE. RGB value is (84,5,222). Sum of RGB (Red+Green+Blue) = 84+5+222=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 222 (87.11% from 255 or 71.38% from 311); Max value from RGB is 222 - color contains mainly: blue. Hex color #5405DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5405DE is #ABFA21. Grayscale: #343434. Windows color (decimal): -11270690 or 14550356. OLE color: 14550356.
HSL color Cylindrical-coordinate representation of color #5405DE: hue angle of 261.84º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5405DE is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 5 | 222 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.13 |
| HSL | 261.84º | 0.96% | 0.45% | - |
| HSV(B) | 261.84º | 0.98% | 0.87% | - |
| XYZ | 16.9 | 7.27 | 69.62 | - |
| YUV | 53.36 | 223.17 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 222 | 0.62 | 0.98 | 0 | 0.13 | 261.84 | 0.96 | 0.45 |
| Hex | 54 | 5 | DE | 3E | 62 | 0 | D | 106 | 60 | 2D |
| Octal | 124 | 5 | 336 | 76 | 142 | 0 | 15 | 406 | 140 | 55 |
| Binary | 1010100 | 101 | 11011110 | 111110 | 1100010 | 0 | 1101 | 100000110 | 1100000 | 101101 |
Color Harmonies of #5405DE
Complementary color
Monochromatic Colors of #5405DE
Black with #5405DE
Text Example
Text Example
White with #5405DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5405DE; }
p { color: rgb(84,5,222); }
H1.HeaderClassName
{
color: #5405DE;
}
.AnyTagClassName
{
color: #5405DE;
}
</style>
background-color css
<style>
a { background-color: #5405DE; }
a { background-color: rgb(84,5,222); }
div.DivClassName
{
background-color: #5405DE;
}
.BgClassName
{
background-color: #5405DE;
}
</style>
border-color css
<style>
span { border-color: #5405DE; }
span { border-color: rgb(84,5,222); }
td.TdClassName
{
border-color: #5405DE;
}
.TagClassName
{
border-color: #5405DE;
}
</style>