Shades of Han Purple #5E16DB
Tints of Han Purple #5E16DB
RGB
CMYK
RGB Variations
Color information
#5E16DB (or 0x5E16DB) is known color: Han Purple. HEX triplet: 5E, 16 and DB. RGB value is (94,22,219). Sum of RGB (Red+Green+Blue) = 94+22+219=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E16DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E16DB is #A1E924. Grayscale: #414141. Windows color (decimal): -10610981 or 14358110. OLE color: 14358110.
HSL color Cylindrical-coordinate representation of color #5E16DB: hue angle of 261.93º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E16DB is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 22 | 219 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.14 |
| HSL | 261.93º | 0.82% | 0.47% | - |
| HSV(B) | 261.93º | 0.9% | 0.86% | - |
| XYZ | 17.69 | 8.07 | 67.64 | - |
| YUV | 65.99 | 214.35 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 219 | 0.57 | 0.90 | 0 | 0.14 | 261.93 | 0.82 | 0.47 |
| Hex | 5E | 16 | DB | 39 | 5A | 0 | E | 106 | 52 | 2F |
| Octal | 136 | 26 | 333 | 71 | 132 | 0 | 16 | 406 | 122 | 57 |
| Binary | 1011110 | 10110 | 11011011 | 111001 | 1011010 | 0 | 1110 | 100000110 | 1010010 | 101111 |
Color Harmonies of #5E16DB
Complementary color
Monochromatic Colors of #5E16DB
Black with #5E16DB
Text Example
Text Example
White with #5E16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E16DB; }
p { color: rgb(94,22,219); }
H1.HeaderClassName
{
color: #5E16DB;
}
.AnyTagClassName
{
color: #5E16DB;
}
</style>
background-color css
<style>
a { background-color: #5E16DB; }
a { background-color: rgb(94,22,219); }
div.DivClassName
{
background-color: #5E16DB;
}
.BgClassName
{
background-color: #5E16DB;
}
</style>
border-color css
<style>
span { border-color: #5E16DB; }
span { border-color: rgb(94,22,219); }
td.TdClassName
{
border-color: #5E16DB;
}
.TagClassName
{
border-color: #5E16DB;
}
</style>