Shades of Han Purple #4C2CEF
Tints of Han Purple #4C2CEF
RGB
CMYK
RGB Variations
Color information
#4C2CEF (or 0x4C2CEF) is known color: Han Purple. HEX triplet: 4C, 2C and EF. RGB value is (76,44,239). Sum of RGB (Red+Green+Blue) = 76+44+239=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #4C2CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C2CEF is #B3D310. Grayscale: #4B4B4B. Windows color (decimal): -11784977 or 15674444. OLE color: 15674444.
HSL color Cylindrical-coordinate representation of color #4C2CEF: hue angle of 249.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C2CEF is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 44 | 239 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.06 |
| HSL | 249.85º | 0.86% | 0.55% | - |
| HSV(B) | 249.85º | 0.82% | 0.94% | - |
| XYZ | 19.46 | 9.57 | 82.48 | - |
| YUV | 75.8 | 220.1 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 44 | 239 | 0.68 | 0.82 | 0 | 0.06 | 249.85 | 0.86 | 0.55 |
| Hex | 4C | 2C | EF | 44 | 52 | 0 | 6 | FA | 56 | 37 |
| Octal | 114 | 54 | 357 | 104 | 122 | 0 | 6 | 372 | 126 | 67 |
| Binary | 1001100 | 101100 | 11101111 | 1000100 | 1010010 | 0 | 110 | 11111010 | 1010110 | 110111 |
Color Harmonies of #4C2CEF
Complementary color
Monochromatic Colors of #4C2CEF
Black with #4C2CEF
Text Example
Text Example
White with #4C2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2CEF; }
p { color: rgb(76,44,239); }
H1.HeaderClassName
{
color: #4C2CEF;
}
.AnyTagClassName
{
color: #4C2CEF;
}
</style>
background-color css
<style>
a { background-color: #4C2CEF; }
a { background-color: rgb(76,44,239); }
div.DivClassName
{
background-color: #4C2CEF;
}
.BgClassName
{
background-color: #4C2CEF;
}
</style>
border-color css
<style>
span { border-color: #4C2CEF; }
span { border-color: rgb(76,44,239); }
td.TdClassName
{
border-color: #4C2CEF;
}
.TagClassName
{
border-color: #4C2CEF;
}
</style>