Shades of Han Purple #5419FF
Tints of Han Purple #5419FF
RGB
CMYK
RGB Variations
Color information
#5419FF (or 0x5419FF) is known color: Han Purple. HEX triplet: 54, 19 and FF. RGB value is (84,25,255). Sum of RGB (Red+Green+Blue) = 84+25+255=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #5419FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5419FF is #ABE600. Grayscale: #444444. Windows color (decimal): -11265537 or 16718164. OLE color: 16718164.
HSL color Cylindrical-coordinate representation of color #5419FF: hue angle of 255.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5419FF is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 25 | 255 | - |
| CMYK | 0.67 | 0.90 | 0 | 0 |
| HSL | 255.39º | 1% | 0.55% | - |
| HSV(B) | 255.39º | 0.9% | 1% | - |
| XYZ | 22.05 | 9.8 | 95.34 | - |
| YUV | 68.86 | 233.05 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 255 | 0.67 | 0.90 | 0 | 0 | 255.39 | 1 | 0.55 |
| Hex | 54 | 19 | FF | 43 | 5A | 0 | 0 | FF | 64 | 37 |
| Octal | 124 | 31 | 377 | 103 | 132 | 0 | 0 | 377 | 144 | 67 |
| Binary | 1010100 | 11001 | 11111111 | 1000011 | 1011010 | 0 | 0 | 11111111 | 1100100 | 110111 |
Color Harmonies of #5419FF
Complementary color
Monochromatic Colors of #5419FF
Black with #5419FF
Text Example
Text Example
White with #5419FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5419FF; }
p { color: rgb(84,25,255); }
H1.HeaderClassName
{
color: #5419FF;
}
.AnyTagClassName
{
color: #5419FF;
}
</style>
background-color css
<style>
a { background-color: #5419FF; }
a { background-color: rgb(84,25,255); }
div.DivClassName
{
background-color: #5419FF;
}
.BgClassName
{
background-color: #5419FF;
}
</style>
border-color css
<style>
span { border-color: #5419FF; }
span { border-color: rgb(84,25,255); }
td.TdClassName
{
border-color: #5419FF;
}
.TagClassName
{
border-color: #5419FF;
}
</style>