Shades of Han Purple #5A24FF
Tints of Han Purple #5A24FF
RGB
CMYK
RGB Variations
Color information
#5A24FF (or 0x5A24FF) is known color: Han Purple. HEX triplet: 5A, 24 and FF. RGB value is (90,36,255). Sum of RGB (Red+Green+Blue) = 90+36+255=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A24FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A24FF is #A5DB00. Grayscale: #4C4C4C. Windows color (decimal): -10869505 or 16720986. OLE color: 16720986.
HSL color Cylindrical-coordinate representation of color #5A24FF: hue angle of 254.79º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A24FF is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 36 | 255 | - |
| CMYK | 0.65 | 0.86 | 0 | 0 |
| HSL | 254.79º | 1% | 0.57% | - |
| HSV(B) | 254.79º | 0.86% | 1% | - |
| XYZ | 22.9 | 10.66 | 95.46 | - |
| YUV | 77.11 | 228.39 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 255 | 0.65 | 0.86 | 0 | 0 | 254.79 | 1 | 0.57 |
| Hex | 5A | 24 | FF | 41 | 56 | 0 | 0 | FF | 64 | 39 |
| Octal | 132 | 44 | 377 | 101 | 126 | 0 | 0 | 377 | 144 | 71 |
| Binary | 1011010 | 100100 | 11111111 | 1000001 | 1010110 | 0 | 0 | 11111111 | 1100100 | 111001 |
Color Harmonies of #5A24FF
Complementary color
Monochromatic Colors of #5A24FF
Black with #5A24FF
Text Example
Text Example
White with #5A24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A24FF; }
p { color: rgb(90,36,255); }
H1.HeaderClassName
{
color: #5A24FF;
}
.AnyTagClassName
{
color: #5A24FF;
}
</style>
background-color css
<style>
a { background-color: #5A24FF; }
a { background-color: rgb(90,36,255); }
div.DivClassName
{
background-color: #5A24FF;
}
.BgClassName
{
background-color: #5A24FF;
}
</style>
border-color css
<style>
span { border-color: #5A24FF; }
span { border-color: rgb(90,36,255); }
td.TdClassName
{
border-color: #5A24FF;
}
.TagClassName
{
border-color: #5A24FF;
}
</style>