Shades of Han Purple #5A24E6
Tints of Han Purple #5A24E6
RGB
CMYK
RGB Variations
Color information
#5A24E6 (or 0x5A24E6) is known color: Han Purple. HEX triplet: 5A, 24 and E6. RGB value is (90,36,230). Sum of RGB (Red+Green+Blue) = 90+36+230=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #5A24E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A24E6 is #A5DB19. Grayscale: #494949. Windows color (decimal): -10869530 or 15082586. OLE color: 15082586.
HSL color Cylindrical-coordinate representation of color #5A24E6: hue angle of 256.7º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A24E6 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 36 | 230 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.10 |
| HSL | 256.7º | 0.8% | 0.52% | - |
| HSV(B) | 256.7º | 0.84% | 0.9% | - |
| XYZ | 19.13 | 9.15 | 75.62 | - |
| YUV | 74.26 | 215.89 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 230 | 0.61 | 0.84 | 0 | 0.10 | 256.7 | 0.8 | 0.52 |
| Hex | 5A | 24 | E6 | 3D | 54 | 0 | A | 101 | 50 | 34 |
| Octal | 132 | 44 | 346 | 75 | 124 | 0 | 12 | 401 | 120 | 64 |
| Binary | 1011010 | 100100 | 11100110 | 111101 | 1010100 | 0 | 1010 | 100000001 | 1010000 | 110100 |
Color Harmonies of #5A24E6
Complementary color
Monochromatic Colors of #5A24E6
Black with #5A24E6
Text Example
Text Example
White with #5A24E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A24E6; }
p { color: rgb(90,36,230); }
H1.HeaderClassName
{
color: #5A24E6;
}
.AnyTagClassName
{
color: #5A24E6;
}
</style>
background-color css
<style>
a { background-color: #5A24E6; }
a { background-color: rgb(90,36,230); }
div.DivClassName
{
background-color: #5A24E6;
}
.BgClassName
{
background-color: #5A24E6;
}
</style>
border-color css
<style>
span { border-color: #5A24E6; }
span { border-color: rgb(90,36,230); }
td.TdClassName
{
border-color: #5A24E6;
}
.TagClassName
{
border-color: #5A24E6;
}
</style>