Shades of Han Purple #5416E8
Tints of Han Purple #5416E8
RGB
CMYK
RGB Variations
Color information
#5416E8 (or 0x5416E8) is known color: Han Purple. HEX triplet: 54, 16 and E8. RGB value is (84,22,232). Sum of RGB (Red+Green+Blue) = 84+22+232=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 232 (91.02% from 255 or 68.64% from 338); Max value from RGB is 232 - color contains mainly: blue. Hex color #5416E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5416E8 is #ABE917. Grayscale: #3F3F3F. Windows color (decimal): -11266328 or 15210068. OLE color: 15210068.
HSL color Cylindrical-coordinate representation of color #5416E8: hue angle of 257.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5416E8 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 22 | 232 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.09 |
| HSL | 257.71º | 0.83% | 0.5% | - |
| HSV(B) | 257.71º | 0.91% | 0.91% | - |
| XYZ | 18.51 | 8.28 | 76.97 | - |
| YUV | 64.48 | 222.54 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 232 | 0.64 | 0.91 | 0 | 0.09 | 257.71 | 0.83 | 0.5 |
| Hex | 54 | 16 | E8 | 40 | 5B | 0 | 9 | 102 | 53 | 32 |
| Octal | 124 | 26 | 350 | 100 | 133 | 0 | 11 | 402 | 123 | 62 |
| Binary | 1010100 | 10110 | 11101000 | 1000000 | 1011011 | 0 | 1001 | 100000010 | 1010011 | 110010 |
Color Harmonies of #5416E8
Complementary color
Monochromatic Colors of #5416E8
Black with #5416E8
Text Example
Text Example
White with #5416E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5416E8; }
p { color: rgb(84,22,232); }
H1.HeaderClassName
{
color: #5416E8;
}
.AnyTagClassName
{
color: #5416E8;
}
</style>
background-color css
<style>
a { background-color: #5416E8; }
a { background-color: rgb(84,22,232); }
div.DivClassName
{
background-color: #5416E8;
}
.BgClassName
{
background-color: #5416E8;
}
</style>
border-color css
<style>
span { border-color: #5416E8; }
span { border-color: rgb(84,22,232); }
td.TdClassName
{
border-color: #5416E8;
}
.TagClassName
{
border-color: #5416E8;
}
</style>