Shades of Han Purple #5D0DDC
Tints of Han Purple #5D0DDC
RGB
CMYK
RGB Variations
Color information
#5D0DDC (or 0x5D0DDC) is known color: Han Purple. HEX triplet: 5D, 0D and DC. RGB value is (93,13,220). Sum of RGB (Red+Green+Blue) = 93+13+220=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D0DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0DDC is #A2F223. Grayscale: #3B3B3B. Windows color (decimal): -10678820 or 14421341. OLE color: 14421341.
HSL color Cylindrical-coordinate representation of color #5D0DDC: hue angle of 263.19º degrees, saturation: 0.89, 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 #5D0DDC is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 13 | 220 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.14 |
| HSL | 263.19º | 0.89% | 0.46% | - |
| HSV(B) | 263.19º | 0.94% | 0.86% | - |
| XYZ | 17.58 | 7.78 | 68.29 | - |
| YUV | 60.52 | 218 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 13 | 220 | 0.58 | 0.94 | 0 | 0.14 | 263.19 | 0.89 | 0.46 |
| Hex | 5D | D | DC | 3A | 5E | 0 | E | 107 | 59 | 2E |
| Octal | 135 | 15 | 334 | 72 | 136 | 0 | 16 | 407 | 131 | 56 |
| Binary | 1011101 | 1101 | 11011100 | 111010 | 1011110 | 0 | 1110 | 100000111 | 1011001 | 101110 |
Color Harmonies of #5D0DDC
Complementary color
Monochromatic Colors of #5D0DDC
Black with #5D0DDC
Text Example
Text Example
White with #5D0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0DDC; }
p { color: rgb(93,13,220); }
H1.HeaderClassName
{
color: #5D0DDC;
}
.AnyTagClassName
{
color: #5D0DDC;
}
</style>
background-color css
<style>
a { background-color: #5D0DDC; }
a { background-color: rgb(93,13,220); }
div.DivClassName
{
background-color: #5D0DDC;
}
.BgClassName
{
background-color: #5D0DDC;
}
</style>
border-color css
<style>
span { border-color: #5D0DDC; }
span { border-color: rgb(93,13,220); }
td.TdClassName
{
border-color: #5D0DDC;
}
.TagClassName
{
border-color: #5D0DDC;
}
</style>