Shades of Han Purple #4C0CEA
Tints of Han Purple #4C0CEA
RGB
CMYK
RGB Variations
Color information
#4C0CEA (or 0x4C0CEA) is known color: Han Purple. HEX triplet: 4C, 0C and EA. RGB value is (76,12,234). Sum of RGB (Red+Green+Blue) = 76+12+234=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 234 (91.80% from 255 or 72.67% from 322); Max value from RGB is 234 - color contains mainly: blue. Hex color #4C0CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0CEA is #B3F315. Grayscale: #373737. Windows color (decimal): -11793174 or 15338572. OLE color: 15338572.
HSL color Cylindrical-coordinate representation of color #4C0CEA: hue angle of 257.3º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0CEA is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 12 | 234 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.08 |
| HSL | 257.3º | 0.9% | 0.48% | - |
| HSV(B) | 257.3º | 0.95% | 0.92% | - |
| XYZ | 17.96 | 7.74 | 78.39 | - |
| YUV | 56.44 | 228.2 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 12 | 234 | 0.68 | 0.95 | 0 | 0.08 | 257.3 | 0.9 | 0.48 |
| Hex | 4C | C | EA | 44 | 5F | 0 | 8 | 101 | 5A | 30 |
| Octal | 114 | 14 | 352 | 104 | 137 | 0 | 10 | 401 | 132 | 60 |
| Binary | 1001100 | 1100 | 11101010 | 1000100 | 1011111 | 0 | 1000 | 100000001 | 1011010 | 110000 |
Color Harmonies of #4C0CEA
Complementary color
Monochromatic Colors of #4C0CEA
Black with #4C0CEA
Text Example
Text Example
White with #4C0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0CEA; }
p { color: rgb(76,12,234); }
H1.HeaderClassName
{
color: #4C0CEA;
}
.AnyTagClassName
{
color: #4C0CEA;
}
</style>
background-color css
<style>
a { background-color: #4C0CEA; }
a { background-color: rgb(76,12,234); }
div.DivClassName
{
background-color: #4C0CEA;
}
.BgClassName
{
background-color: #4C0CEA;
}
</style>
border-color css
<style>
span { border-color: #4C0CEA; }
span { border-color: rgb(76,12,234); }
td.TdClassName
{
border-color: #4C0CEA;
}
.TagClassName
{
border-color: #4C0CEA;
}
</style>