Shades of Han Purple #5D0EDC
Tints of Han Purple #5D0EDC
RGB
CMYK
RGB Variations
Color information
#5D0EDC (or 0x5D0EDC) is known color: Han Purple. HEX triplet: 5D, 0E and DC. RGB value is (93,14,220). Sum of RGB (Red+Green+Blue) = 93+14+220=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D0EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0EDC is #A2F123. Grayscale: #3C3C3C. Windows color (decimal): -10678564 or 14421597. OLE color: 14421597.
HSL color Cylindrical-coordinate representation of color #5D0EDC: hue angle of 263.01º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0EDC is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 14 | 220 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.14 |
| HSL | 263.01º | 0.88% | 0.46% | - |
| HSV(B) | 263.01º | 0.94% | 0.86% | - |
| XYZ | 17.59 | 7.81 | 68.29 | - |
| YUV | 61.11 | 217.67 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 14 | 220 | 0.58 | 0.94 | 0 | 0.14 | 263.01 | 0.88 | 0.46 |
| Hex | 5D | E | DC | 3A | 5E | 0 | E | 107 | 58 | 2E |
| Octal | 135 | 16 | 334 | 72 | 136 | 0 | 16 | 407 | 130 | 56 |
| Binary | 1011101 | 1110 | 11011100 | 111010 | 1011110 | 0 | 1110 | 100000111 | 1011000 | 101110 |
Color Harmonies of #5D0EDC
Complementary color
Monochromatic Colors of #5D0EDC
Black with #5D0EDC
Text Example
Text Example
White with #5D0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0EDC; }
p { color: rgb(93,14,220); }
H1.HeaderClassName
{
color: #5D0EDC;
}
.AnyTagClassName
{
color: #5D0EDC;
}
</style>
background-color css
<style>
a { background-color: #5D0EDC; }
a { background-color: rgb(93,14,220); }
div.DivClassName
{
background-color: #5D0EDC;
}
.BgClassName
{
background-color: #5D0EDC;
}
</style>
border-color css
<style>
span { border-color: #5D0EDC; }
span { border-color: rgb(93,14,220); }
td.TdClassName
{
border-color: #5D0EDC;
}
.TagClassName
{
border-color: #5D0EDC;
}
</style>