Shades of Han Purple #4C0EFF
Tints of Han Purple #4C0EFF
RGB
CMYK
RGB Variations
Color information
#4C0EFF (or 0x4C0EFF) is known color: Han Purple. HEX triplet: 4C, 0E and FF. RGB value is (76,14,255). Sum of RGB (Red+Green+Blue) = 76+14+255=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C0EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0EFF is #B3F100. Grayscale: #3B3B3B. Windows color (decimal): -11792641 or 16715340. OLE color: 16715340.
HSL color Cylindrical-coordinate representation of color #4C0EFF: hue angle of 255.44º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0EFF is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 14 | 255 | - |
| CMYK | 0.70 | 0.95 | 0 | 0 |
| HSL | 255.44º | 1% | 0.53% | - |
| HSV(B) | 255.44º | 0.95% | 1% | - |
| XYZ | 21.19 | 9.07 | 95.24 | - |
| YUV | 60.01 | 238.04 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 14 | 255 | 0.70 | 0.95 | 0 | 0 | 255.44 | 1 | 0.53 |
| Hex | 4C | E | FF | 46 | 5F | 0 | 0 | FF | 64 | 35 |
| Octal | 114 | 16 | 377 | 106 | 137 | 0 | 0 | 377 | 144 | 65 |
| Binary | 1001100 | 1110 | 11111111 | 1000110 | 1011111 | 0 | 0 | 11111111 | 1100100 | 110101 |
Color Harmonies of #4C0EFF
Complementary color
Monochromatic Colors of #4C0EFF
Black with #4C0EFF
Text Example
Text Example
White with #4C0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0EFF; }
p { color: rgb(76,14,255); }
H1.HeaderClassName
{
color: #4C0EFF;
}
.AnyTagClassName
{
color: #4C0EFF;
}
</style>
background-color css
<style>
a { background-color: #4C0EFF; }
a { background-color: rgb(76,14,255); }
div.DivClassName
{
background-color: #4C0EFF;
}
.BgClassName
{
background-color: #4C0EFF;
}
</style>
border-color css
<style>
span { border-color: #4C0EFF; }
span { border-color: rgb(76,14,255); }
td.TdClassName
{
border-color: #4C0EFF;
}
.TagClassName
{
border-color: #4C0EFF;
}
</style>