Shades of Han Purple #4C0CE8
Tints of Han Purple #4C0CE8
RGB
CMYK
RGB Variations
Color information
#4C0CE8 (or 0x4C0CE8) is known color: Han Purple. HEX triplet: 4C, 0C and E8. RGB value is (76,12,232). Sum of RGB (Red+Green+Blue) = 76+12+232=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 232 (91.02% from 255 or 72.5% from 320); Max value from RGB is 232 - color contains mainly: blue. Hex color #4C0CE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0CE8 is #B3F317. Grayscale: #373737. Windows color (decimal): -11793176 or 15207500. OLE color: 15207500.
HSL color Cylindrical-coordinate representation of color #4C0CE8: hue angle of 257.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0CE8 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 12 | 232 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.09 |
| HSL | 257.45º | 0.9% | 0.48% | - |
| HSV(B) | 257.45º | 0.95% | 0.91% | - |
| XYZ | 17.68 | 7.63 | 76.88 | - |
| YUV | 56.22 | 227.2 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 12 | 232 | 0.67 | 0.95 | 0 | 0.09 | 257.45 | 0.9 | 0.48 |
| Hex | 4C | C | E8 | 43 | 5F | 0 | 9 | 101 | 5A | 30 |
| Octal | 114 | 14 | 350 | 103 | 137 | 0 | 11 | 401 | 132 | 60 |
| Binary | 1001100 | 1100 | 11101000 | 1000011 | 1011111 | 0 | 1001 | 100000001 | 1011010 | 110000 |
Color Harmonies of #4C0CE8
Complementary color
Monochromatic Colors of #4C0CE8
Black with #4C0CE8
Text Example
Text Example
White with #4C0CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0CE8; }
p { color: rgb(76,12,232); }
H1.HeaderClassName
{
color: #4C0CE8;
}
.AnyTagClassName
{
color: #4C0CE8;
}
</style>
background-color css
<style>
a { background-color: #4C0CE8; }
a { background-color: rgb(76,12,232); }
div.DivClassName
{
background-color: #4C0CE8;
}
.BgClassName
{
background-color: #4C0CE8;
}
</style>
border-color css
<style>
span { border-color: #4C0CE8; }
span { border-color: rgb(76,12,232); }
td.TdClassName
{
border-color: #4C0CE8;
}
.TagClassName
{
border-color: #4C0CE8;
}
</style>