Shades of Han Purple #5C0ADB
Tints of Han Purple #5C0ADB
RGB
CMYK
RGB Variations
Color information
#5C0ADB (or 0x5C0ADB) is known color: Han Purple. HEX triplet: 5C, 0A and DB. RGB value is (92,10,219). Sum of RGB (Red+Green+Blue) = 92+10+219=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C0ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0ADB is #A3F524. Grayscale: #393939. Windows color (decimal): -10745125 or 14355036. OLE color: 14355036.
HSL color Cylindrical-coordinate representation of color #5C0ADB: hue angle of 263.54º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0ADB is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 10 | 219 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.14 |
| HSL | 263.54º | 0.91% | 0.45% | - |
| HSV(B) | 263.54º | 0.95% | 0.86% | - |
| XYZ | 17.31 | 7.61 | 67.57 | - |
| YUV | 58.34 | 218.67 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 219 | 0.58 | 0.95 | 0 | 0.14 | 263.54 | 0.91 | 0.45 |
| Hex | 5C | A | DB | 3A | 5F | 0 | E | 108 | 5B | 2D |
| Octal | 134 | 12 | 333 | 72 | 137 | 0 | 16 | 410 | 133 | 55 |
| Binary | 1011100 | 1010 | 11011011 | 111010 | 1011111 | 0 | 1110 | 100001000 | 1011011 | 101101 |
Color Harmonies of #5C0ADB
Complementary color
Monochromatic Colors of #5C0ADB
Black with #5C0ADB
Text Example
Text Example
White with #5C0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0ADB; }
p { color: rgb(92,10,219); }
H1.HeaderClassName
{
color: #5C0ADB;
}
.AnyTagClassName
{
color: #5C0ADB;
}
</style>
background-color css
<style>
a { background-color: #5C0ADB; }
a { background-color: rgb(92,10,219); }
div.DivClassName
{
background-color: #5C0ADB;
}
.BgClassName
{
background-color: #5C0ADB;
}
</style>
border-color css
<style>
span { border-color: #5C0ADB; }
span { border-color: rgb(92,10,219); }
td.TdClassName
{
border-color: #5C0ADB;
}
.TagClassName
{
border-color: #5C0ADB;
}
</style>