Shades of Han Purple #4C2EFC
Tints of Han Purple #4C2EFC
RGB
CMYK
RGB Variations
Color information
#4C2EFC (or 0x4C2EFC) is known color: Han Purple. HEX triplet: 4C, 2E and FC. RGB value is (76,46,252). Sum of RGB (Red+Green+Blue) = 76+46+252=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C2EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C2EFC is #B3D103. Grayscale: #4D4D4D. Windows color (decimal): -11784452 or 16526924. OLE color: 16526924.
HSL color Cylindrical-coordinate representation of color #4C2EFC: hue angle of 248.74º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C2EFC is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 46 | 252 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.01 |
| HSL | 248.74º | 0.97% | 0.58% | - |
| HSV(B) | 248.74º | 0.82% | 0.99% | - |
| XYZ | 21.53 | 10.52 | 92.99 | - |
| YUV | 78.45 | 225.94 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 46 | 252 | 0.70 | 0.82 | 0 | 0.01 | 248.74 | 0.97 | 0.58 |
| Hex | 4C | 2E | FC | 46 | 52 | 0 | 1 | F9 | 61 | 3A |
| Octal | 114 | 56 | 374 | 106 | 122 | 0 | 1 | 371 | 141 | 72 |
| Binary | 1001100 | 101110 | 11111100 | 1000110 | 1010010 | 0 | 1 | 11111001 | 1100001 | 111010 |
Color Harmonies of #4C2EFC
Complementary color
Monochromatic Colors of #4C2EFC
Black with #4C2EFC
Text Example
Text Example
White with #4C2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2EFC; }
p { color: rgb(76,46,252); }
H1.HeaderClassName
{
color: #4C2EFC;
}
.AnyTagClassName
{
color: #4C2EFC;
}
</style>
background-color css
<style>
a { background-color: #4C2EFC; }
a { background-color: rgb(76,46,252); }
div.DivClassName
{
background-color: #4C2EFC;
}
.BgClassName
{
background-color: #4C2EFC;
}
</style>
border-color css
<style>
span { border-color: #4C2EFC; }
span { border-color: rgb(76,46,252); }
td.TdClassName
{
border-color: #4C2EFC;
}
.TagClassName
{
border-color: #4C2EFC;
}
</style>