Shades of Han Purple #5A0DD9
Tints of Han Purple #5A0DD9
RGB
CMYK
RGB Variations
Color information
#5A0DD9 (or 0x5A0DD9) is known color: Han Purple. HEX triplet: 5A, 0D and D9. RGB value is (90,13,217). Sum of RGB (Red+Green+Blue) = 90+13+217=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 217 (85.16% from 255 or 67.81% from 320); Max value from RGB is 217 - color contains mainly: blue. Hex color #5A0DD9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0DD9 is #A5F226. Grayscale: #3A3A3A. Windows color (decimal): -10875431 or 14224730. OLE color: 14224730.
HSL color Cylindrical-coordinate representation of color #5A0DD9: hue angle of 262.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0DD9 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 13 | 217 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.15 |
| HSL | 262.65º | 0.89% | 0.45% | - |
| HSV(B) | 262.65º | 0.94% | 0.85% | - |
| XYZ | 16.88 | 7.47 | 66.2 | - |
| YUV | 59.28 | 217.01 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 217 | 0.59 | 0.94 | 0 | 0.15 | 262.65 | 0.89 | 0.45 |
| Hex | 5A | D | D9 | 3B | 5E | 0 | F | 107 | 59 | 2D |
| Octal | 132 | 15 | 331 | 73 | 136 | 0 | 17 | 407 | 131 | 55 |
| Binary | 1011010 | 1101 | 11011001 | 111011 | 1011110 | 0 | 1111 | 100000111 | 1011001 | 101101 |
Color Harmonies of #5A0DD9
Complementary color
Monochromatic Colors of #5A0DD9
Black with #5A0DD9
Text Example
Text Example
White with #5A0DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0DD9; }
p { color: rgb(90,13,217); }
H1.HeaderClassName
{
color: #5A0DD9;
}
.AnyTagClassName
{
color: #5A0DD9;
}
</style>
background-color css
<style>
a { background-color: #5A0DD9; }
a { background-color: rgb(90,13,217); }
div.DivClassName
{
background-color: #5A0DD9;
}
.BgClassName
{
background-color: #5A0DD9;
}
</style>
border-color css
<style>
span { border-color: #5A0DD9; }
span { border-color: rgb(90,13,217); }
td.TdClassName
{
border-color: #5A0DD9;
}
.TagClassName
{
border-color: #5A0DD9;
}
</style>