Shades of Han Purple #4C0CFF
Tints of Han Purple #4C0CFF
RGB
CMYK
RGB Variations
Color information
#4C0CFF (or 0x4C0CFF) is known color: Han Purple. HEX triplet: 4C, 0C and FF. RGB value is (76,12,255). Sum of RGB (Red+Green+Blue) = 76+12+255=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C0CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0CFF is #B3F300. Grayscale: #393939. Windows color (decimal): -11793153 or 16714828. OLE color: 16714828.
HSL color Cylindrical-coordinate representation of color #4C0CFF: hue angle of 255.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0CFF is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 12 | 255 | - |
| CMYK | 0.70 | 0.95 | 0 | 0 |
| HSL | 255.8º | 1% | 0.52% | - |
| HSV(B) | 255.8º | 0.95% | 1% | - |
| XYZ | 21.16 | 9.02 | 95.23 | - |
| YUV | 58.84 | 238.7 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 12 | 255 | 0.70 | 0.95 | 0 | 0 | 255.8 | 1 | 0.52 |
| Hex | 4C | C | FF | 46 | 5F | 0 | 0 | 100 | 64 | 34 |
| Octal | 114 | 14 | 377 | 106 | 137 | 0 | 0 | 400 | 144 | 64 |
| Binary | 1001100 | 1100 | 11111111 | 1000110 | 1011111 | 0 | 0 | 100000000 | 1100100 | 110100 |
Color Harmonies of #4C0CFF
Complementary color
Monochromatic Colors of #4C0CFF
Black with #4C0CFF
Text Example
Text Example
White with #4C0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0CFF; }
p { color: rgb(76,12,255); }
H1.HeaderClassName
{
color: #4C0CFF;
}
.AnyTagClassName
{
color: #4C0CFF;
}
</style>
background-color css
<style>
a { background-color: #4C0CFF; }
a { background-color: rgb(76,12,255); }
div.DivClassName
{
background-color: #4C0CFF;
}
.BgClassName
{
background-color: #4C0CFF;
}
</style>
border-color css
<style>
span { border-color: #4C0CFF; }
span { border-color: rgb(76,12,255); }
td.TdClassName
{
border-color: #4C0CFF;
}
.TagClassName
{
border-color: #4C0CFF;
}
</style>