Shades of Han Purple #5416EC
Tints of Han Purple #5416EC
RGB
CMYK
RGB Variations
Color information
#5416EC (or 0x5416EC) is known color: Han Purple. HEX triplet: 54, 16 and EC. RGB value is (84,22,236). Sum of RGB (Red+Green+Blue) = 84+22+236=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #5416EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5416EC is #ABE913. Grayscale: #404040. Windows color (decimal): -11266324 or 15472212. OLE color: 15472212.
HSL color Cylindrical-coordinate representation of color #5416EC: hue angle of 257.38º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5416EC is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 22 | 236 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.07 |
| HSL | 257.38º | 0.85% | 0.51% | - |
| HSV(B) | 257.38º | 0.91% | 0.93% | - |
| XYZ | 19.08 | 8.51 | 79.99 | - |
| YUV | 64.93 | 224.54 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 236 | 0.64 | 0.91 | 0 | 0.07 | 257.38 | 0.85 | 0.51 |
| Hex | 54 | 16 | EC | 40 | 5B | 0 | 7 | 101 | 55 | 33 |
| Octal | 124 | 26 | 354 | 100 | 133 | 0 | 7 | 401 | 125 | 63 |
| Binary | 1010100 | 10110 | 11101100 | 1000000 | 1011011 | 0 | 111 | 100000001 | 1010101 | 110011 |
Color Harmonies of #5416EC
Complementary color
Monochromatic Colors of #5416EC
Black with #5416EC
Text Example
Text Example
White with #5416EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5416EC; }
p { color: rgb(84,22,236); }
H1.HeaderClassName
{
color: #5416EC;
}
.AnyTagClassName
{
color: #5416EC;
}
</style>
background-color css
<style>
a { background-color: #5416EC; }
a { background-color: rgb(84,22,236); }
div.DivClassName
{
background-color: #5416EC;
}
.BgClassName
{
background-color: #5416EC;
}
</style>
border-color css
<style>
span { border-color: #5416EC; }
span { border-color: rgb(84,22,236); }
td.TdClassName
{
border-color: #5416EC;
}
.TagClassName
{
border-color: #5416EC;
}
</style>