Shades of Han Purple #4C24FE
Tints of Han Purple #4C24FE
RGB
CMYK
RGB Variations
Color information
#4C24FE (or 0x4C24FE) is known color: Han Purple. HEX triplet: 4C, 24 and FE. RGB value is (76,36,254). Sum of RGB (Red+Green+Blue) = 76+36+254=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C24FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C24FE is #B3DB01. Grayscale: #474747. Windows color (decimal): -11787010 or 16655436. OLE color: 16655436.
HSL color Cylindrical-coordinate representation of color #4C24FE: hue angle of 251.01º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C24FE is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 36 | 254 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.00 |
| HSL | 251.01º | 0.99% | 0.57% | - |
| HSV(B) | 251.01º | 0.86% | 1% | - |
| XYZ | 21.5 | 9.95 | 94.55 | - |
| YUV | 72.81 | 230.25 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 254 | 0.70 | 0.86 | 0 | 0.00 | 251.01 | 0.99 | 0.57 |
| Hex | 4C | 24 | FE | 46 | 56 | 0 | 0 | FB | 63 | 39 |
| Octal | 114 | 44 | 376 | 106 | 126 | 0 | 0 | 373 | 143 | 71 |
| Binary | 1001100 | 100100 | 11111110 | 1000110 | 1010110 | 0 | 0 | 11111011 | 1100011 | 111001 |
Color Harmonies of #4C24FE
Complementary color
Monochromatic Colors of #4C24FE
Black with #4C24FE
Text Example
Text Example
White with #4C24FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C24FE; }
p { color: rgb(76,36,254); }
H1.HeaderClassName
{
color: #4C24FE;
}
.AnyTagClassName
{
color: #4C24FE;
}
</style>
background-color css
<style>
a { background-color: #4C24FE; }
a { background-color: rgb(76,36,254); }
div.DivClassName
{
background-color: #4C24FE;
}
.BgClassName
{
background-color: #4C24FE;
}
</style>
border-color css
<style>
span { border-color: #4C24FE; }
span { border-color: rgb(76,36,254); }
td.TdClassName
{
border-color: #4C24FE;
}
.TagClassName
{
border-color: #4C24FE;
}
</style>