Shades of Han Purple #4F24E7
Tints of Han Purple #4F24E7
RGB
CMYK
RGB Variations
Color information
#4F24E7 (or 0x4F24E7) is known color: Han Purple. HEX triplet: 4F, 24 and E7. RGB value is (79,36,231). Sum of RGB (Red+Green+Blue) = 79+36+231=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 231 (90.62% from 255 or 66.76% from 346); Max value from RGB is 231 - color contains mainly: blue. Hex color #4F24E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F24E7 is #B0DB18. Grayscale: #464646. Windows color (decimal): -11590425 or 15148111. OLE color: 15148111.
HSL color Cylindrical-coordinate representation of color #4F24E7: hue angle of 253.23º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F24E7 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 36 | 231 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.09 |
| HSL | 253.23º | 0.8% | 0.52% | - |
| HSV(B) | 253.23º | 0.84% | 0.91% | - |
| XYZ | 18.28 | 8.69 | 76.32 | - |
| YUV | 71.09 | 218.25 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 231 | 0.66 | 0.84 | 0 | 0.09 | 253.23 | 0.8 | 0.52 |
| Hex | 4F | 24 | E7 | 42 | 54 | 0 | 9 | FD | 50 | 34 |
| Octal | 117 | 44 | 347 | 102 | 124 | 0 | 11 | 375 | 120 | 64 |
| Binary | 1001111 | 100100 | 11100111 | 1000010 | 1010100 | 0 | 1001 | 11111101 | 1010000 | 110100 |
Color Harmonies of #4F24E7
Complementary color
Monochromatic Colors of #4F24E7
Black with #4F24E7
Text Example
Text Example
White with #4F24E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F24E7; }
p { color: rgb(79,36,231); }
H1.HeaderClassName
{
color: #4F24E7;
}
.AnyTagClassName
{
color: #4F24E7;
}
</style>
background-color css
<style>
a { background-color: #4F24E7; }
a { background-color: rgb(79,36,231); }
div.DivClassName
{
background-color: #4F24E7;
}
.BgClassName
{
background-color: #4F24E7;
}
</style>
border-color css
<style>
span { border-color: #4F24E7; }
span { border-color: rgb(79,36,231); }
td.TdClassName
{
border-color: #4F24E7;
}
.TagClassName
{
border-color: #4F24E7;
}
</style>