Shades of Han Purple #5E0BDE
Tints of Han Purple #5E0BDE
RGB
CMYK
RGB Variations
Color information
#5E0BDE (or 0x5E0BDE) is known color: Han Purple. HEX triplet: 5E, 0B and DE. RGB value is (94,11,222). Sum of RGB (Red+Green+Blue) = 94+11+222=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 222 (87.11% from 255 or 67.89% from 327); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E0BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0BDE is #A1F421. Grayscale: #3B3B3B. Windows color (decimal): -10613794 or 14551902. OLE color: 14551902.
HSL color Cylindrical-coordinate representation of color #5E0BDE: hue angle of 263.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0BDE is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 11 | 222 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.13 |
| HSL | 263.6º | 0.91% | 0.46% | - |
| HSV(B) | 263.6º | 0.95% | 0.87% | - |
| XYZ | 17.92 | 7.89 | 69.69 | - |
| YUV | 59.87 | 219.5 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 11 | 222 | 0.58 | 0.95 | 0 | 0.13 | 263.6 | 0.91 | 0.46 |
| Hex | 5E | B | DE | 3A | 5F | 0 | D | 108 | 5B | 2E |
| Octal | 136 | 13 | 336 | 72 | 137 | 0 | 15 | 410 | 133 | 56 |
| Binary | 1011110 | 1011 | 11011110 | 111010 | 1011111 | 0 | 1101 | 100001000 | 1011011 | 101110 |
Color Harmonies of #5E0BDE
Complementary color
Monochromatic Colors of #5E0BDE
Black with #5E0BDE
Text Example
Text Example
White with #5E0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0BDE; }
p { color: rgb(94,11,222); }
H1.HeaderClassName
{
color: #5E0BDE;
}
.AnyTagClassName
{
color: #5E0BDE;
}
</style>
background-color css
<style>
a { background-color: #5E0BDE; }
a { background-color: rgb(94,11,222); }
div.DivClassName
{
background-color: #5E0BDE;
}
.BgClassName
{
background-color: #5E0BDE;
}
</style>
border-color css
<style>
span { border-color: #5E0BDE; }
span { border-color: rgb(94,11,222); }
td.TdClassName
{
border-color: #5E0BDE;
}
.TagClassName
{
border-color: #5E0BDE;
}
</style>