Shades of Han Purple #5A0CE5
Tints of Han Purple #5A0CE5
RGB
CMYK
RGB Variations
Color information
#5A0CE5 (or 0x5A0CE5) is known color: Han Purple. HEX triplet: 5A, 0C and E5. RGB value is (90,12,229). Sum of RGB (Red+Green+Blue) = 90+12+229=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 229 (89.84% from 255 or 69.18% from 331); Max value from RGB is 229 - color contains mainly: blue. Hex color #5A0CE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0CE5 is #A5F31A. Grayscale: #3B3B3B. Windows color (decimal): -10875675 or 15010906. OLE color: 15010906.
HSL color Cylindrical-coordinate representation of color #5A0CE5: hue angle of 261.57º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0CE5 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 12 | 229 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.10 |
| HSL | 261.57º | 0.9% | 0.47% | - |
| HSV(B) | 261.57º | 0.95% | 0.9% | - |
| XYZ | 18.49 | 8.09 | 74.72 | - |
| YUV | 60.06 | 223.34 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 12 | 229 | 0.61 | 0.95 | 0 | 0.10 | 261.57 | 0.9 | 0.47 |
| Hex | 5A | C | E5 | 3D | 5F | 0 | A | 106 | 5A | 2F |
| Octal | 132 | 14 | 345 | 75 | 137 | 0 | 12 | 406 | 132 | 57 |
| Binary | 1011010 | 1100 | 11100101 | 111101 | 1011111 | 0 | 1010 | 100000110 | 1011010 | 101111 |
Color Harmonies of #5A0CE5
Complementary color
Monochromatic Colors of #5A0CE5
Black with #5A0CE5
Text Example
Text Example
White with #5A0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0CE5; }
p { color: rgb(90,12,229); }
H1.HeaderClassName
{
color: #5A0CE5;
}
.AnyTagClassName
{
color: #5A0CE5;
}
</style>
background-color css
<style>
a { background-color: #5A0CE5; }
a { background-color: rgb(90,12,229); }
div.DivClassName
{
background-color: #5A0CE5;
}
.BgClassName
{
background-color: #5A0CE5;
}
</style>
border-color css
<style>
span { border-color: #5A0CE5; }
span { border-color: rgb(90,12,229); }
td.TdClassName
{
border-color: #5A0CE5;
}
.TagClassName
{
border-color: #5A0CE5;
}
</style>