Shades of Han Purple #5F24FF
Tints of Han Purple #5F24FF
RGB
CMYK
RGB Variations
Color information
#5F24FF (or 0x5F24FF) is known color: Han Purple. HEX triplet: 5F, 24 and FF. RGB value is (95,36,255). Sum of RGB (Red+Green+Blue) = 95+36+255=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F24FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F24FF is #A0DB00. Grayscale: #4D4D4D. Windows color (decimal): -10541825 or 16720991. OLE color: 16720991.
HSL color Cylindrical-coordinate representation of color #5F24FF: hue angle of 256.16º 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 #5F24FF is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 36 | 255 | - |
| CMYK | 0.63 | 0.86 | 0 | 0 |
| HSL | 256.16º | 1% | 0.57% | - |
| HSV(B) | 256.16º | 0.86% | 1% | - |
| XYZ | 23.4 | 10.91 | 95.48 | - |
| YUV | 78.61 | 227.55 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 36 | 255 | 0.63 | 0.86 | 0 | 0 | 256.16 | 1 | 0.57 |
| Hex | 5F | 24 | FF | 3F | 56 | 0 | 0 | 100 | 64 | 39 |
| Octal | 137 | 44 | 377 | 77 | 126 | 0 | 0 | 400 | 144 | 71 |
| Binary | 1011111 | 100100 | 11111111 | 111111 | 1010110 | 0 | 0 | 100000000 | 1100100 | 111001 |
Color Harmonies of #5F24FF
Complementary color
Monochromatic Colors of #5F24FF
Black with #5F24FF
Text Example
Text Example
White with #5F24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F24FF; }
p { color: rgb(95,36,255); }
H1.HeaderClassName
{
color: #5F24FF;
}
.AnyTagClassName
{
color: #5F24FF;
}
</style>
background-color css
<style>
a { background-color: #5F24FF; }
a { background-color: rgb(95,36,255); }
div.DivClassName
{
background-color: #5F24FF;
}
.BgClassName
{
background-color: #5F24FF;
}
</style>
border-color css
<style>
span { border-color: #5F24FF; }
span { border-color: rgb(95,36,255); }
td.TdClassName
{
border-color: #5F24FF;
}
.TagClassName
{
border-color: #5F24FF;
}
</style>