Shades of Han Purple #4C2BDC
Tints of Han Purple #4C2BDC
RGB
CMYK
RGB Variations
Color information
#4C2BDC (or 0x4C2BDC) is known color: Han Purple. HEX triplet: 4C, 2B and DC. RGB value is (76,43,220). Sum of RGB (Red+Green+Blue) = 76+43+220=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C2BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2BDC is #B3D423. Grayscale: #484848. Windows color (decimal): -11785252 or 14429004. OLE color: 14429004.
HSL color Cylindrical-coordinate representation of color #4C2BDC: hue angle of 251.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C2BDC is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 43 | 220 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.14 |
| HSL | 251.19º | 0.72% | 0.52% | - |
| HSV(B) | 251.19º | 0.8% | 0.86% | - |
| XYZ | 16.76 | 8.43 | 68.45 | - |
| YUV | 73.05 | 210.93 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 220 | 0.65 | 0.80 | 0 | 0.14 | 251.19 | 0.72 | 0.52 |
| Hex | 4C | 2B | DC | 41 | 50 | 0 | E | FB | 48 | 34 |
| Octal | 114 | 53 | 334 | 101 | 120 | 0 | 16 | 373 | 110 | 64 |
| Binary | 1001100 | 101011 | 11011100 | 1000001 | 1010000 | 0 | 1110 | 11111011 | 1001000 | 110100 |
Color Harmonies of #4C2BDC
Complementary color
Monochromatic Colors of #4C2BDC
Black with #4C2BDC
Text Example
Text Example
White with #4C2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2BDC; }
p { color: rgb(76,43,220); }
H1.HeaderClassName
{
color: #4C2BDC;
}
.AnyTagClassName
{
color: #4C2BDC;
}
</style>
background-color css
<style>
a { background-color: #4C2BDC; }
a { background-color: rgb(76,43,220); }
div.DivClassName
{
background-color: #4C2BDC;
}
.BgClassName
{
background-color: #4C2BDC;
}
</style>
border-color css
<style>
span { border-color: #4C2BDC; }
span { border-color: rgb(76,43,220); }
td.TdClassName
{
border-color: #4C2BDC;
}
.TagClassName
{
border-color: #4C2BDC;
}
</style>