Shades of Han Purple #4C0CDF
Tints of Han Purple #4C0CDF
RGB
CMYK
RGB Variations
Color information
#4C0CDF (or 0x4C0CDF) is known color: Han Purple. HEX triplet: 4C, 0C and DF. RGB value is (76,12,223). Sum of RGB (Red+Green+Blue) = 76+12+223=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C0CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0CDF is #B3F320. Grayscale: #363636. Windows color (decimal): -11793185 or 14617676. OLE color: 14617676.
HSL color Cylindrical-coordinate representation of color #4C0CDF: hue angle of 258.2º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0CDF is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 12 | 223 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.13 |
| HSL | 258.2º | 0.9% | 0.46% | - |
| HSV(B) | 258.2º | 0.95% | 0.87% | - |
| XYZ | 16.43 | 7.13 | 70.32 | - |
| YUV | 55.19 | 222.7 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 12 | 223 | 0.66 | 0.95 | 0 | 0.13 | 258.2 | 0.9 | 0.46 |
| Hex | 4C | C | DF | 42 | 5F | 0 | D | 102 | 5A | 2E |
| Octal | 114 | 14 | 337 | 102 | 137 | 0 | 15 | 402 | 132 | 56 |
| Binary | 1001100 | 1100 | 11011111 | 1000010 | 1011111 | 0 | 1101 | 100000010 | 1011010 | 101110 |
Color Harmonies of #4C0CDF
Complementary color
Monochromatic Colors of #4C0CDF
Black with #4C0CDF
Text Example
Text Example
White with #4C0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0CDF; }
p { color: rgb(76,12,223); }
H1.HeaderClassName
{
color: #4C0CDF;
}
.AnyTagClassName
{
color: #4C0CDF;
}
</style>
background-color css
<style>
a { background-color: #4C0CDF; }
a { background-color: rgb(76,12,223); }
div.DivClassName
{
background-color: #4C0CDF;
}
.BgClassName
{
background-color: #4C0CDF;
}
</style>
border-color css
<style>
span { border-color: #4C0CDF; }
span { border-color: rgb(76,12,223); }
td.TdClassName
{
border-color: #4C0CDF;
}
.TagClassName
{
border-color: #4C0CDF;
}
</style>