Shades of Han Purple #5924F8
Tints of Han Purple #5924F8
RGB
CMYK
RGB Variations
Color information
#5924F8 (or 0x5924F8) is known color: Han Purple. HEX triplet: 59, 24 and F8. RGB value is (89,36,248). Sum of RGB (Red+Green+Blue) = 89+36+248=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 248 (97.27% from 255 or 66.49% from 373); Max value from RGB is 248 - color contains mainly: blue. Hex color #5924F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5924F8 is #A6DB07. Grayscale: #4B4B4B. Windows color (decimal): -10935048 or 16262233. OLE color: 16262233.
HSL color Cylindrical-coordinate representation of color #5924F8: hue angle of 255º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5924F8 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 36 | 248 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.03 |
| HSL | 255º | 0.94% | 0.56% | - |
| HSV(B) | 255º | 0.85% | 0.97% | - |
| XYZ | 21.69 | 10.16 | 89.63 | - |
| YUV | 76.02 | 225.06 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 248 | 0.64 | 0.85 | 0 | 0.03 | 255 | 0.94 | 0.56 |
| Hex | 59 | 24 | F8 | 40 | 55 | 0 | 3 | FF | 5E | 38 |
| Octal | 131 | 44 | 370 | 100 | 125 | 0 | 3 | 377 | 136 | 70 |
| Binary | 1011001 | 100100 | 11111000 | 1000000 | 1010101 | 0 | 11 | 11111111 | 1011110 | 111000 |
Color Harmonies of #5924F8
Complementary color
Monochromatic Colors of #5924F8
Black with #5924F8
Text Example
Text Example
White with #5924F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5924F8; }
p { color: rgb(89,36,248); }
H1.HeaderClassName
{
color: #5924F8;
}
.AnyTagClassName
{
color: #5924F8;
}
</style>
background-color css
<style>
a { background-color: #5924F8; }
a { background-color: rgb(89,36,248); }
div.DivClassName
{
background-color: #5924F8;
}
.BgClassName
{
background-color: #5924F8;
}
</style>
border-color css
<style>
span { border-color: #5924F8; }
span { border-color: rgb(89,36,248); }
td.TdClassName
{
border-color: #5924F8;
}
.TagClassName
{
border-color: #5924F8;
}
</style>