Shades of Han Purple #5D0EDE
Tints of Han Purple #5D0EDE
RGB
CMYK
RGB Variations
Color information
#5D0EDE (or 0x5D0EDE) is known color: Han Purple. HEX triplet: 5D, 0E and DE. RGB value is (93,14,222). Sum of RGB (Red+Green+Blue) = 93+14+222=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 222 (87.11% from 255 or 67.48% from 329); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D0EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0EDE is #A2F121. Grayscale: #3C3C3C. Windows color (decimal): -10678562 or 14552669. OLE color: 14552669.
HSL color Cylindrical-coordinate representation of color #5D0EDE: hue angle of 262.79º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0EDE is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 14 | 222 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.13 |
| HSL | 262.79º | 0.88% | 0.46% | - |
| HSV(B) | 262.79º | 0.94% | 0.87% | - |
| XYZ | 17.86 | 7.92 | 69.69 | - |
| YUV | 61.33 | 218.67 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 14 | 222 | 0.58 | 0.94 | 0 | 0.13 | 262.79 | 0.88 | 0.46 |
| Hex | 5D | E | DE | 3A | 5E | 0 | D | 107 | 58 | 2E |
| Octal | 135 | 16 | 336 | 72 | 136 | 0 | 15 | 407 | 130 | 56 |
| Binary | 1011101 | 1110 | 11011110 | 111010 | 1011110 | 0 | 1101 | 100000111 | 1011000 | 101110 |
Color Harmonies of #5D0EDE
Complementary color
Monochromatic Colors of #5D0EDE
Black with #5D0EDE
Text Example
Text Example
White with #5D0EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0EDE; }
p { color: rgb(93,14,222); }
H1.HeaderClassName
{
color: #5D0EDE;
}
.AnyTagClassName
{
color: #5D0EDE;
}
</style>
background-color css
<style>
a { background-color: #5D0EDE; }
a { background-color: rgb(93,14,222); }
div.DivClassName
{
background-color: #5D0EDE;
}
.BgClassName
{
background-color: #5D0EDE;
}
</style>
border-color css
<style>
span { border-color: #5D0EDE; }
span { border-color: rgb(93,14,222); }
td.TdClassName
{
border-color: #5D0EDE;
}
.TagClassName
{
border-color: #5D0EDE;
}
</style>