Shades of Han Purple #5E0DDB
Tints of Han Purple #5E0DDB
RGB
CMYK
RGB Variations
Color information
#5E0DDB (or 0x5E0DDB) is known color: Han Purple. HEX triplet: 5E, 0D and DB. RGB value is (94,13,219). Sum of RGB (Red+Green+Blue) = 94+13+219=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E0DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0DDB is #A1F224. Grayscale: #3B3B3B. Windows color (decimal): -10613285 or 14355806. OLE color: 14355806.
HSL color Cylindrical-coordinate representation of color #5E0DDB: hue angle of 263.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0DDB is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 13 | 219 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.14 |
| HSL | 263.59º | 0.89% | 0.45% | - |
| HSV(B) | 263.59º | 0.94% | 0.86% | - |
| XYZ | 17.55 | 7.78 | 67.6 | - |
| YUV | 60.7 | 217.34 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 13 | 219 | 0.57 | 0.94 | 0 | 0.14 | 263.59 | 0.89 | 0.45 |
| Hex | 5E | D | DB | 39 | 5E | 0 | E | 108 | 59 | 2D |
| Octal | 136 | 15 | 333 | 71 | 136 | 0 | 16 | 410 | 131 | 55 |
| Binary | 1011110 | 1101 | 11011011 | 111001 | 1011110 | 0 | 1110 | 100001000 | 1011001 | 101101 |
Color Harmonies of #5E0DDB
Complementary color
Monochromatic Colors of #5E0DDB
Black with #5E0DDB
Text Example
Text Example
White with #5E0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0DDB; }
p { color: rgb(94,13,219); }
H1.HeaderClassName
{
color: #5E0DDB;
}
.AnyTagClassName
{
color: #5E0DDB;
}
</style>
background-color css
<style>
a { background-color: #5E0DDB; }
a { background-color: rgb(94,13,219); }
div.DivClassName
{
background-color: #5E0DDB;
}
.BgClassName
{
background-color: #5E0DDB;
}
</style>
border-color css
<style>
span { border-color: #5E0DDB; }
span { border-color: rgb(94,13,219); }
td.TdClassName
{
border-color: #5E0DDB;
}
.TagClassName
{
border-color: #5E0DDB;
}
</style>