Shades of Han Purple #5419FE
Tints of Han Purple #5419FE
RGB
CMYK
RGB Variations
Color information
#5419FE (or 0x5419FE) is known color: Han Purple. HEX triplet: 54, 19 and FE. RGB value is (84,25,254). Sum of RGB (Red+Green+Blue) = 84+25+254=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #5419FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5419FE is #ABE601. Grayscale: #434343. Windows color (decimal): -11265538 or 16652628. OLE color: 16652628.
HSL color Cylindrical-coordinate representation of color #5419FE: hue angle of 255.46º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5419FE is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 25 | 254 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.00 |
| HSL | 255.46º | 0.99% | 0.55% | - |
| HSV(B) | 255.46º | 0.9% | 1% | - |
| XYZ | 21.89 | 9.74 | 94.49 | - |
| YUV | 68.75 | 232.55 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 254 | 0.67 | 0.90 | 0 | 0.00 | 255.46 | 0.99 | 0.55 |
| Hex | 54 | 19 | FE | 43 | 5A | 0 | 0 | FF | 63 | 37 |
| Octal | 124 | 31 | 376 | 103 | 132 | 0 | 0 | 377 | 143 | 67 |
| Binary | 1010100 | 11001 | 11111110 | 1000011 | 1011010 | 0 | 0 | 11111111 | 1100011 | 110111 |
Color Harmonies of #5419FE
Complementary color
Monochromatic Colors of #5419FE
Black with #5419FE
Text Example
Text Example
White with #5419FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5419FE; }
p { color: rgb(84,25,254); }
H1.HeaderClassName
{
color: #5419FE;
}
.AnyTagClassName
{
color: #5419FE;
}
</style>
background-color css
<style>
a { background-color: #5419FE; }
a { background-color: rgb(84,25,254); }
div.DivClassName
{
background-color: #5419FE;
}
.BgClassName
{
background-color: #5419FE;
}
</style>
border-color css
<style>
span { border-color: #5419FE; }
span { border-color: rgb(84,25,254); }
td.TdClassName
{
border-color: #5419FE;
}
.TagClassName
{
border-color: #5419FE;
}
</style>