Shades of Han Purple #4C0BD6
Tints of Han Purple #4C0BD6
RGB
CMYK
RGB Variations
Color information
#4C0BD6 (or 0x4C0BD6) is known color: Han Purple. HEX triplet: 4C, 0B and D6. RGB value is (76,11,214). Sum of RGB (Red+Green+Blue) = 76+11+214=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 214 (83.98% from 255 or 71.10% from 301); Max value from RGB is 214 - color contains mainly: blue. Hex color #4C0BD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0BD6 is #B3F429. Grayscale: #343434. Windows color (decimal): -11793450 or 14027596. OLE color: 14027596.
HSL color Cylindrical-coordinate representation of color #4C0BD6: hue angle of 259.21º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0BD6 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 11 | 214 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.16 |
| HSL | 259.21º | 0.9% | 0.44% | - |
| HSV(B) | 259.21º | 0.95% | 0.84% | - |
| XYZ | 15.24 | 6.63 | 64.1 | - |
| YUV | 53.58 | 218.53 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 214 | 0.64 | 0.95 | 0 | 0.16 | 259.21 | 0.9 | 0.44 |
| Hex | 4C | B | D6 | 40 | 5F | 0 | 10 | 103 | 5A | 2C |
| Octal | 114 | 13 | 326 | 100 | 137 | 0 | 20 | 403 | 132 | 54 |
| Binary | 1001100 | 1011 | 11010110 | 1000000 | 1011111 | 0 | 10000 | 100000011 | 1011010 | 101100 |
Color Harmonies of #4C0BD6
Complementary color
Monochromatic Colors of #4C0BD6
Black with #4C0BD6
Text Example
Text Example
White with #4C0BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0BD6; }
p { color: rgb(76,11,214); }
H1.HeaderClassName
{
color: #4C0BD6;
}
.AnyTagClassName
{
color: #4C0BD6;
}
</style>
background-color css
<style>
a { background-color: #4C0BD6; }
a { background-color: rgb(76,11,214); }
div.DivClassName
{
background-color: #4C0BD6;
}
.BgClassName
{
background-color: #4C0BD6;
}
</style>
border-color css
<style>
span { border-color: #4C0BD6; }
span { border-color: rgb(76,11,214); }
td.TdClassName
{
border-color: #4C0BD6;
}
.TagClassName
{
border-color: #4C0BD6;
}
</style>