Shades of Han Purple #5419EC
Tints of Han Purple #5419EC
RGB
CMYK
RGB Variations
Color information
#5419EC (or 0x5419EC) is known color: Han Purple. HEX triplet: 54, 19 and EC. RGB value is (84,25,236). Sum of RGB (Red+Green+Blue) = 84+25+236=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #5419EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5419EC is #ABE613. Grayscale: #414141. Windows color (decimal): -11265556 or 15472980. OLE color: 15472980.
HSL color Cylindrical-coordinate representation of color #5419EC: hue angle of 256.78º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5419EC is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 25 | 236 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.07 |
| HSL | 256.78º | 0.85% | 0.51% | - |
| HSV(B) | 256.78º | 0.89% | 0.93% | - |
| XYZ | 19.14 | 8.64 | 80.01 | - |
| YUV | 66.7 | 223.55 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 236 | 0.64 | 0.89 | 0 | 0.07 | 256.78 | 0.85 | 0.51 |
| Hex | 54 | 19 | EC | 40 | 59 | 0 | 7 | 101 | 55 | 33 |
| Octal | 124 | 31 | 354 | 100 | 131 | 0 | 7 | 401 | 125 | 63 |
| Binary | 1010100 | 11001 | 11101100 | 1000000 | 1011001 | 0 | 111 | 100000001 | 1010101 | 110011 |
Color Harmonies of #5419EC
Complementary color
Monochromatic Colors of #5419EC
Black with #5419EC
Text Example
Text Example
White with #5419EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5419EC; }
p { color: rgb(84,25,236); }
H1.HeaderClassName
{
color: #5419EC;
}
.AnyTagClassName
{
color: #5419EC;
}
</style>
background-color css
<style>
a { background-color: #5419EC; }
a { background-color: rgb(84,25,236); }
div.DivClassName
{
background-color: #5419EC;
}
.BgClassName
{
background-color: #5419EC;
}
</style>
border-color css
<style>
span { border-color: #5419EC; }
span { border-color: rgb(84,25,236); }
td.TdClassName
{
border-color: #5419EC;
}
.TagClassName
{
border-color: #5419EC;
}
</style>