Shades of Han Purple #5D0ADF
Tints of Han Purple #5D0ADF
RGB
CMYK
RGB Variations
Color information
#5D0ADF (or 0x5D0ADF) is known color: Han Purple. HEX triplet: 5D, 0A and DF. RGB value is (93,10,223). Sum of RGB (Red+Green+Blue) = 93+10+223=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D0ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0ADF is #A2F520. Grayscale: #3A3A3A. Windows color (decimal): -10679585 or 14617181. OLE color: 14617181.
HSL color Cylindrical-coordinate representation of color #5D0ADF: hue angle of 263.38º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D0ADF is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 10 | 223 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.13 |
| HSL | 263.38º | 0.91% | 0.46% | - |
| HSV(B) | 263.38º | 0.96% | 0.87% | - |
| XYZ | 17.94 | 7.87 | 70.39 | - |
| YUV | 59.1 | 220.5 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 10 | 223 | 0.58 | 0.96 | 0 | 0.13 | 263.38 | 0.91 | 0.46 |
| Hex | 5D | A | DF | 3A | 60 | 0 | D | 107 | 5B | 2E |
| Octal | 135 | 12 | 337 | 72 | 140 | 0 | 15 | 407 | 133 | 56 |
| Binary | 1011101 | 1010 | 11011111 | 111010 | 1100000 | 0 | 1101 | 100000111 | 1011011 | 101110 |
Color Harmonies of #5D0ADF
Complementary color
Monochromatic Colors of #5D0ADF
Black with #5D0ADF
Text Example
Text Example
White with #5D0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0ADF; }
p { color: rgb(93,10,223); }
H1.HeaderClassName
{
color: #5D0ADF;
}
.AnyTagClassName
{
color: #5D0ADF;
}
</style>
background-color css
<style>
a { background-color: #5D0ADF; }
a { background-color: rgb(93,10,223); }
div.DivClassName
{
background-color: #5D0ADF;
}
.BgClassName
{
background-color: #5D0ADF;
}
</style>
border-color css
<style>
span { border-color: #5D0ADF; }
span { border-color: rgb(93,10,223); }
td.TdClassName
{
border-color: #5D0ADF;
}
.TagClassName
{
border-color: #5D0ADF;
}
</style>