Shades of Han Purple #5924FA
Tints of Han Purple #5924FA
RGB
CMYK
RGB Variations
Color information
#5924FA (or 0x5924FA) is known color: Han Purple. HEX triplet: 59, 24 and FA. RGB value is (89,36,250). Sum of RGB (Red+Green+Blue) = 89+36+250=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #5924FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5924FA is #A6DB05. Grayscale: #4B4B4B. Windows color (decimal): -10935046 or 16393305. OLE color: 16393305.
HSL color Cylindrical-coordinate representation of color #5924FA: hue angle of 254.86º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5924FA is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 36 | 250 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.02 |
| HSL | 254.86º | 0.96% | 0.56% | - |
| HSV(B) | 254.86º | 0.86% | 0.98% | - |
| XYZ | 22.01 | 10.29 | 91.27 | - |
| YUV | 76.24 | 226.06 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 250 | 0.64 | 0.86 | 0 | 0.02 | 254.86 | 0.96 | 0.56 |
| Hex | 59 | 24 | FA | 40 | 56 | 0 | 2 | FF | 60 | 38 |
| Octal | 131 | 44 | 372 | 100 | 126 | 0 | 2 | 377 | 140 | 70 |
| Binary | 1011001 | 100100 | 11111010 | 1000000 | 1010110 | 0 | 10 | 11111111 | 1100000 | 111000 |
Color Harmonies of #5924FA
Complementary color
Monochromatic Colors of #5924FA
Black with #5924FA
Text Example
Text Example
White with #5924FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5924FA; }
p { color: rgb(89,36,250); }
H1.HeaderClassName
{
color: #5924FA;
}
.AnyTagClassName
{
color: #5924FA;
}
</style>
background-color css
<style>
a { background-color: #5924FA; }
a { background-color: rgb(89,36,250); }
div.DivClassName
{
background-color: #5924FA;
}
.BgClassName
{
background-color: #5924FA;
}
</style>
border-color css
<style>
span { border-color: #5924FA; }
span { border-color: rgb(89,36,250); }
td.TdClassName
{
border-color: #5924FA;
}
.TagClassName
{
border-color: #5924FA;
}
</style>