Shades of Han Purple #5E11DB
Tints of Han Purple #5E11DB
RGB
CMYK
RGB Variations
Color information
#5E11DB (or 0x5E11DB) is known color: Han Purple. HEX triplet: 5E, 11 and DB. RGB value is (94,17,219). Sum of RGB (Red+Green+Blue) = 94+17+219=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E11DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E11DB is #A1EE24. Grayscale: #3E3E3E. Windows color (decimal): -10612261 or 14356830. OLE color: 14356830.
HSL color Cylindrical-coordinate representation of color #5E11DB: hue angle of 262.87º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E11DB is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 17 | 219 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.14 |
| HSL | 262.87º | 0.86% | 0.46% | - |
| HSV(B) | 262.87º | 0.92% | 0.86% | - |
| XYZ | 17.6 | 7.9 | 67.61 | - |
| YUV | 63.05 | 216.01 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 219 | 0.57 | 0.92 | 0 | 0.14 | 262.87 | 0.86 | 0.46 |
| Hex | 5E | 11 | DB | 39 | 5C | 0 | E | 107 | 56 | 2E |
| Octal | 136 | 21 | 333 | 71 | 134 | 0 | 16 | 407 | 126 | 56 |
| Binary | 1011110 | 10001 | 11011011 | 111001 | 1011100 | 0 | 1110 | 100000111 | 1010110 | 101110 |
Color Harmonies of #5E11DB
Complementary color
Monochromatic Colors of #5E11DB
Black with #5E11DB
Text Example
Text Example
White with #5E11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E11DB; }
p { color: rgb(94,17,219); }
H1.HeaderClassName
{
color: #5E11DB;
}
.AnyTagClassName
{
color: #5E11DB;
}
</style>
background-color css
<style>
a { background-color: #5E11DB; }
a { background-color: rgb(94,17,219); }
div.DivClassName
{
background-color: #5E11DB;
}
.BgClassName
{
background-color: #5E11DB;
}
</style>
border-color css
<style>
span { border-color: #5E11DB; }
span { border-color: rgb(94,17,219); }
td.TdClassName
{
border-color: #5E11DB;
}
.TagClassName
{
border-color: #5E11DB;
}
</style>