Shades of Han Purple #5412EF
Tints of Han Purple #5412EF
RGB
CMYK
RGB Variations
Color information
#5412EF (or 0x5412EF) is known color: Han Purple. HEX triplet: 54, 12 and EF. RGB value is (84,18,239). Sum of RGB (Red+Green+Blue) = 84+18+239=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #5412EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5412EF is #ABED10. Grayscale: #3E3E3E. Windows color (decimal): -11267345 or 15667796. OLE color: 15667796.
HSL color Cylindrical-coordinate representation of color #5412EF: hue angle of 257.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5412EF is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 18 | 239 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.06 |
| HSL | 257.92º | 0.87% | 0.5% | - |
| HSV(B) | 257.92º | 0.92% | 0.94% | - |
| XYZ | 19.45 | 8.55 | 82.29 | - |
| YUV | 62.93 | 227.37 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 239 | 0.65 | 0.92 | 0 | 0.06 | 257.92 | 0.87 | 0.5 |
| Hex | 54 | 12 | EF | 41 | 5C | 0 | 6 | 102 | 57 | 32 |
| Octal | 124 | 22 | 357 | 101 | 134 | 0 | 6 | 402 | 127 | 62 |
| Binary | 1010100 | 10010 | 11101111 | 1000001 | 1011100 | 0 | 110 | 100000010 | 1010111 | 110010 |
Color Harmonies of #5412EF
Complementary color
Monochromatic Colors of #5412EF
Black with #5412EF
Text Example
Text Example
White with #5412EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5412EF; }
p { color: rgb(84,18,239); }
H1.HeaderClassName
{
color: #5412EF;
}
.AnyTagClassName
{
color: #5412EF;
}
</style>
background-color css
<style>
a { background-color: #5412EF; }
a { background-color: rgb(84,18,239); }
div.DivClassName
{
background-color: #5412EF;
}
.BgClassName
{
background-color: #5412EF;
}
</style>
border-color css
<style>
span { border-color: #5412EF; }
span { border-color: rgb(84,18,239); }
td.TdClassName
{
border-color: #5412EF;
}
.TagClassName
{
border-color: #5412EF;
}
</style>