Shades of Han Purple #5A0ADB
Tints of Han Purple #5A0ADB
RGB
CMYK
RGB Variations
Color information
#5A0ADB (or 0x5A0ADB) is known color: Han Purple. HEX triplet: 5A, 0A and DB. RGB value is (90,10,219). Sum of RGB (Red+Green+Blue) = 90+10+219=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A0ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0ADB is #A5F524. Grayscale: #383838. Windows color (decimal): -10876197 or 14355034. OLE color: 14355034.
HSL color Cylindrical-coordinate representation of color #5A0ADB: hue angle of 262.97º 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 #5A0ADB is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 10 | 219 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.14 |
| HSL | 262.97º | 0.91% | 0.45% | - |
| HSV(B) | 262.97º | 0.95% | 0.86% | - |
| XYZ | 17.11 | 7.51 | 67.56 | - |
| YUV | 57.75 | 219 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 219 | 0.59 | 0.95 | 0 | 0.14 | 262.97 | 0.91 | 0.45 |
| Hex | 5A | A | DB | 3B | 5F | 0 | E | 107 | 5B | 2D |
| Octal | 132 | 12 | 333 | 73 | 137 | 0 | 16 | 407 | 133 | 55 |
| Binary | 1011010 | 1010 | 11011011 | 111011 | 1011111 | 0 | 1110 | 100000111 | 1011011 | 101101 |
Color Harmonies of #5A0ADB
Complementary color
Monochromatic Colors of #5A0ADB
Black with #5A0ADB
Text Example
Text Example
White with #5A0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0ADB; }
p { color: rgb(90,10,219); }
H1.HeaderClassName
{
color: #5A0ADB;
}
.AnyTagClassName
{
color: #5A0ADB;
}
</style>
background-color css
<style>
a { background-color: #5A0ADB; }
a { background-color: rgb(90,10,219); }
div.DivClassName
{
background-color: #5A0ADB;
}
.BgClassName
{
background-color: #5A0ADB;
}
</style>
border-color css
<style>
span { border-color: #5A0ADB; }
span { border-color: rgb(90,10,219); }
td.TdClassName
{
border-color: #5A0ADB;
}
.TagClassName
{
border-color: #5A0ADB;
}
</style>