Shades of Han Purple #5A0CDD
Tints of Han Purple #5A0CDD
RGB
CMYK
RGB Variations
Color information
#5A0CDD (or 0x5A0CDD) is known color: Han Purple. HEX triplet: 5A, 0C and DD. RGB value is (90,12,221). Sum of RGB (Red+Green+Blue) = 90+12+221=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A0CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0CDD is #A5F322. Grayscale: #3A3A3A. Windows color (decimal): -10875683 or 14486618. OLE color: 14486618.
HSL color Cylindrical-coordinate representation of color #5A0CDD: hue angle of 262.39º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0CDD is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 12 | 221 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.13 |
| HSL | 262.39º | 0.9% | 0.46% | - |
| HSV(B) | 262.39º | 0.95% | 0.87% | - |
| XYZ | 17.4 | 7.66 | 68.97 | - |
| YUV | 59.15 | 219.34 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 12 | 221 | 0.59 | 0.95 | 0 | 0.13 | 262.39 | 0.9 | 0.46 |
| Hex | 5A | C | DD | 3B | 5F | 0 | D | 106 | 5A | 2E |
| Octal | 132 | 14 | 335 | 73 | 137 | 0 | 15 | 406 | 132 | 56 |
| Binary | 1011010 | 1100 | 11011101 | 111011 | 1011111 | 0 | 1101 | 100000110 | 1011010 | 101110 |
Color Harmonies of #5A0CDD
Complementary color
Monochromatic Colors of #5A0CDD
Black with #5A0CDD
Text Example
Text Example
White with #5A0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0CDD; }
p { color: rgb(90,12,221); }
H1.HeaderClassName
{
color: #5A0CDD;
}
.AnyTagClassName
{
color: #5A0CDD;
}
</style>
background-color css
<style>
a { background-color: #5A0CDD; }
a { background-color: rgb(90,12,221); }
div.DivClassName
{
background-color: #5A0CDD;
}
.BgClassName
{
background-color: #5A0CDD;
}
</style>
border-color css
<style>
span { border-color: #5A0CDD; }
span { border-color: rgb(90,12,221); }
td.TdClassName
{
border-color: #5A0CDD;
}
.TagClassName
{
border-color: #5A0CDD;
}
</style>