Shades of Han Purple #5E13DB
Tints of Han Purple #5E13DB
RGB
CMYK
RGB Variations
Color information
#5E13DB (or 0x5E13DB) is known color: Han Purple. HEX triplet: 5E, 13 and DB. RGB value is (94,19,219). Sum of RGB (Red+Green+Blue) = 94+19+219=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E13DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E13DB is #A1EC24. Grayscale: #3F3F3F. Windows color (decimal): -10611749 or 14357342. OLE color: 14357342.
HSL color Cylindrical-coordinate representation of color #5E13DB: hue angle of 262.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E13DB is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 19 | 219 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.14 |
| HSL | 262.5º | 0.84% | 0.47% | - |
| HSV(B) | 262.5º | 0.91% | 0.86% | - |
| XYZ | 17.64 | 7.96 | 67.62 | - |
| YUV | 64.23 | 215.35 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 19 | 219 | 0.57 | 0.91 | 0 | 0.14 | 262.5 | 0.84 | 0.47 |
| Hex | 5E | 13 | DB | 39 | 5B | 0 | E | 106 | 54 | 2F |
| Octal | 136 | 23 | 333 | 71 | 133 | 0 | 16 | 406 | 124 | 57 |
| Binary | 1011110 | 10011 | 11011011 | 111001 | 1011011 | 0 | 1110 | 100000110 | 1010100 | 101111 |
Color Harmonies of #5E13DB
Complementary color
Monochromatic Colors of #5E13DB
Black with #5E13DB
Text Example
Text Example
White with #5E13DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E13DB; }
p { color: rgb(94,19,219); }
H1.HeaderClassName
{
color: #5E13DB;
}
.AnyTagClassName
{
color: #5E13DB;
}
</style>
background-color css
<style>
a { background-color: #5E13DB; }
a { background-color: rgb(94,19,219); }
div.DivClassName
{
background-color: #5E13DB;
}
.BgClassName
{
background-color: #5E13DB;
}
</style>
border-color css
<style>
span { border-color: #5E13DB; }
span { border-color: rgb(94,19,219); }
td.TdClassName
{
border-color: #5E13DB;
}
.TagClassName
{
border-color: #5E13DB;
}
</style>