Shades of Han Purple #4C0BEC
Tints of Han Purple #4C0BEC
RGB
CMYK
RGB Variations
Color information
#4C0BEC (or 0x4C0BEC) is known color: Han Purple. HEX triplet: 4C, 0B and EC. RGB value is (76,11,236). Sum of RGB (Red+Green+Blue) = 76+11+236=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #4C0BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0BEC is #B3F413. Grayscale: #373737. Windows color (decimal): -11793428 or 15469388. OLE color: 15469388.
HSL color Cylindrical-coordinate representation of color #4C0BEC: hue angle of 257.33º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0BEC is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 11 | 236 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.07 |
| HSL | 257.33º | 0.91% | 0.48% | - |
| HSV(B) | 257.33º | 0.95% | 0.93% | - |
| XYZ | 18.24 | 7.83 | 79.91 | - |
| YUV | 56.09 | 229.53 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 236 | 0.68 | 0.95 | 0 | 0.07 | 257.33 | 0.91 | 0.48 |
| Hex | 4C | B | EC | 44 | 5F | 0 | 7 | 101 | 5B | 30 |
| Octal | 114 | 13 | 354 | 104 | 137 | 0 | 7 | 401 | 133 | 60 |
| Binary | 1001100 | 1011 | 11101100 | 1000100 | 1011111 | 0 | 111 | 100000001 | 1011011 | 110000 |
Color Harmonies of #4C0BEC
Complementary color
Monochromatic Colors of #4C0BEC
Black with #4C0BEC
Text Example
Text Example
White with #4C0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0BEC; }
p { color: rgb(76,11,236); }
H1.HeaderClassName
{
color: #4C0BEC;
}
.AnyTagClassName
{
color: #4C0BEC;
}
</style>
background-color css
<style>
a { background-color: #4C0BEC; }
a { background-color: rgb(76,11,236); }
div.DivClassName
{
background-color: #4C0BEC;
}
.BgClassName
{
background-color: #4C0BEC;
}
</style>
border-color css
<style>
span { border-color: #4C0BEC; }
span { border-color: rgb(76,11,236); }
td.TdClassName
{
border-color: #4C0BEC;
}
.TagClassName
{
border-color: #4C0BEC;
}
</style>