Shades of Han Purple #4C2AFC
Tints of Han Purple #4C2AFC
RGB
CMYK
RGB Variations
Color information
#4C2AFC (or 0x4C2AFC) is known color: Han Purple. HEX triplet: 4C, 2A and FC. RGB value is (76,42,252). Sum of RGB (Red+Green+Blue) = 76+42+252=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C2AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C2AFC is #B3D503. Grayscale: #4B4B4B. Windows color (decimal): -11785476 or 16525900. OLE color: 16525900.
HSL color Cylindrical-coordinate representation of color #4C2AFC: hue angle of 249.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C2AFC is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 42 | 252 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.01 |
| HSL | 249.71º | 0.97% | 0.58% | - |
| HSV(B) | 249.71º | 0.83% | 0.99% | - |
| XYZ | 21.38 | 10.22 | 92.94 | - |
| YUV | 76.11 | 227.26 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 42 | 252 | 0.70 | 0.83 | 0 | 0.01 | 249.71 | 0.97 | 0.58 |
| Hex | 4C | 2A | FC | 46 | 53 | 0 | 1 | FA | 61 | 3A |
| Octal | 114 | 52 | 374 | 106 | 123 | 0 | 1 | 372 | 141 | 72 |
| Binary | 1001100 | 101010 | 11111100 | 1000110 | 1010011 | 0 | 1 | 11111010 | 1100001 | 111010 |
Color Harmonies of #4C2AFC
Complementary color
Monochromatic Colors of #4C2AFC
Black with #4C2AFC
Text Example
Text Example
White with #4C2AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2AFC; }
p { color: rgb(76,42,252); }
H1.HeaderClassName
{
color: #4C2AFC;
}
.AnyTagClassName
{
color: #4C2AFC;
}
</style>
background-color css
<style>
a { background-color: #4C2AFC; }
a { background-color: rgb(76,42,252); }
div.DivClassName
{
background-color: #4C2AFC;
}
.BgClassName
{
background-color: #4C2AFC;
}
</style>
border-color css
<style>
span { border-color: #4C2AFC; }
span { border-color: rgb(76,42,252); }
td.TdClassName
{
border-color: #4C2AFC;
}
.TagClassName
{
border-color: #4C2AFC;
}
</style>