Shades of Han Purple #5A2AE0
Tints of Han Purple #5A2AE0
RGB
CMYK
RGB Variations
Color information
#5A2AE0 (or 0x5A2AE0) is known color: Han Purple. HEX triplet: 5A, 2A and E0. RGB value is (90,42,224). Sum of RGB (Red+Green+Blue) = 90+42+224=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #5A2AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2AE0 is #A5D51F. Grayscale: #4C4C4C. Windows color (decimal): -10868000 or 14690906. OLE color: 14690906.
HSL color Cylindrical-coordinate representation of color #5A2AE0: hue angle of 255.82º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A2AE0 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 42 | 224 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.12 |
| HSL | 255.82º | 0.75% | 0.52% | - |
| HSV(B) | 255.82º | 0.81% | 0.88% | - |
| XYZ | 18.5 | 9.21 | 71.32 | - |
| YUV | 77.1 | 210.9 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 42 | 224 | 0.60 | 0.81 | 0 | 0.12 | 255.82 | 0.75 | 0.52 |
| Hex | 5A | 2A | E0 | 3C | 51 | 0 | C | 100 | 4B | 34 |
| Octal | 132 | 52 | 340 | 74 | 121 | 0 | 14 | 400 | 113 | 64 |
| Binary | 1011010 | 101010 | 11100000 | 111100 | 1010001 | 0 | 1100 | 100000000 | 1001011 | 110100 |
Color Harmonies of #5A2AE0
Complementary color
Monochromatic Colors of #5A2AE0
Black with #5A2AE0
Text Example
Text Example
White with #5A2AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2AE0; }
p { color: rgb(90,42,224); }
H1.HeaderClassName
{
color: #5A2AE0;
}
.AnyTagClassName
{
color: #5A2AE0;
}
</style>
background-color css
<style>
a { background-color: #5A2AE0; }
a { background-color: rgb(90,42,224); }
div.DivClassName
{
background-color: #5A2AE0;
}
.BgClassName
{
background-color: #5A2AE0;
}
</style>
border-color css
<style>
span { border-color: #5A2AE0; }
span { border-color: rgb(90,42,224); }
td.TdClassName
{
border-color: #5A2AE0;
}
.TagClassName
{
border-color: #5A2AE0;
}
</style>