Shades of Han Purple #4C2EFA
Tints of Han Purple #4C2EFA
RGB
CMYK
RGB Variations
Color information
#4C2EFA (or 0x4C2EFA) is known color: Han Purple. HEX triplet: 4C, 2E and FA. RGB value is (76,46,250). Sum of RGB (Red+Green+Blue) = 76+46+250=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C2EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C2EFA is #B3D105. Grayscale: #4D4D4D. Windows color (decimal): -11784454 or 16395852. OLE color: 16395852.
HSL color Cylindrical-coordinate representation of color #4C2EFA: hue angle of 248.82º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C2EFA is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 46 | 250 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.02 |
| HSL | 248.82º | 0.95% | 0.58% | - |
| HSV(B) | 248.82º | 0.82% | 0.98% | - |
| XYZ | 21.21 | 10.39 | 91.33 | - |
| YUV | 78.23 | 224.94 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 46 | 250 | 0.70 | 0.82 | 0 | 0.02 | 248.82 | 0.95 | 0.58 |
| Hex | 4C | 2E | FA | 46 | 52 | 0 | 2 | F9 | 5F | 3A |
| Octal | 114 | 56 | 372 | 106 | 122 | 0 | 2 | 371 | 137 | 72 |
| Binary | 1001100 | 101110 | 11111010 | 1000110 | 1010010 | 0 | 10 | 11111001 | 1011111 | 111010 |
Color Harmonies of #4C2EFA
Complementary color
Monochromatic Colors of #4C2EFA
Black with #4C2EFA
Text Example
Text Example
White with #4C2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2EFA; }
p { color: rgb(76,46,250); }
H1.HeaderClassName
{
color: #4C2EFA;
}
.AnyTagClassName
{
color: #4C2EFA;
}
</style>
background-color css
<style>
a { background-color: #4C2EFA; }
a { background-color: rgb(76,46,250); }
div.DivClassName
{
background-color: #4C2EFA;
}
.BgClassName
{
background-color: #4C2EFA;
}
</style>
border-color css
<style>
span { border-color: #4C2EFA; }
span { border-color: rgb(76,46,250); }
td.TdClassName
{
border-color: #4C2EFA;
}
.TagClassName
{
border-color: #4C2EFA;
}
</style>