Shades of Han Purple #4C0CFC
Tints of Han Purple #4C0CFC
RGB
CMYK
RGB Variations
Color information
#4C0CFC (or 0x4C0CFC) is known color: Han Purple. HEX triplet: 4C, 0C and FC. RGB value is (76,12,252). Sum of RGB (Red+Green+Blue) = 76+12+252=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 252 (98.83% from 255 or 74.12% from 340); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C0CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0CFC is #B3F303. Grayscale: #393939. Windows color (decimal): -11793156 or 16518220. OLE color: 16518220.
HSL color Cylindrical-coordinate representation of color #4C0CFC: hue angle of 256º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0CFC is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 12 | 252 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.01 |
| HSL | 256º | 0.98% | 0.52% | - |
| HSV(B) | 256º | 0.95% | 0.99% | - |
| XYZ | 20.68 | 8.83 | 92.71 | - |
| YUV | 58.5 | 237.2 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 12 | 252 | 0.70 | 0.95 | 0 | 0.01 | 256 | 0.98 | 0.52 |
| Hex | 4C | C | FC | 46 | 5F | 0 | 1 | 100 | 62 | 34 |
| Octal | 114 | 14 | 374 | 106 | 137 | 0 | 1 | 400 | 142 | 64 |
| Binary | 1001100 | 1100 | 11111100 | 1000110 | 1011111 | 0 | 1 | 100000000 | 1100010 | 110100 |
Color Harmonies of #4C0CFC
Complementary color
Monochromatic Colors of #4C0CFC
Black with #4C0CFC
Text Example
Text Example
White with #4C0CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0CFC; }
p { color: rgb(76,12,252); }
H1.HeaderClassName
{
color: #4C0CFC;
}
.AnyTagClassName
{
color: #4C0CFC;
}
</style>
background-color css
<style>
a { background-color: #4C0CFC; }
a { background-color: rgb(76,12,252); }
div.DivClassName
{
background-color: #4C0CFC;
}
.BgClassName
{
background-color: #4C0CFC;
}
</style>
border-color css
<style>
span { border-color: #4C0CFC; }
span { border-color: rgb(76,12,252); }
td.TdClassName
{
border-color: #4C0CFC;
}
.TagClassName
{
border-color: #4C0CFC;
}
</style>