Shades of Han Purple #4C2DDC
Tints of Han Purple #4C2DDC
RGB
CMYK
RGB Variations
Color information
#4C2DDC (or 0x4C2DDC) is known color: Han Purple. HEX triplet: 4C, 2D and DC. RGB value is (76,45,220). Sum of RGB (Red+Green+Blue) = 76+45+220=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C2DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2DDC is #B3D223. Grayscale: #494949. Windows color (decimal): -11784740 or 14429516. OLE color: 14429516.
HSL color Cylindrical-coordinate representation of color #4C2DDC: hue angle of 250.63º degrees, saturation: 0.71, 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 #4C2DDC is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 45 | 220 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.14 |
| HSL | 250.63º | 0.71% | 0.52% | - |
| HSV(B) | 250.63º | 0.8% | 0.86% | - |
| XYZ | 16.84 | 8.58 | 68.48 | - |
| YUV | 74.22 | 210.27 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 45 | 220 | 0.65 | 0.80 | 0 | 0.14 | 250.63 | 0.71 | 0.52 |
| Hex | 4C | 2D | DC | 41 | 50 | 0 | E | FB | 47 | 34 |
| Octal | 114 | 55 | 334 | 101 | 120 | 0 | 16 | 373 | 107 | 64 |
| Binary | 1001100 | 101101 | 11011100 | 1000001 | 1010000 | 0 | 1110 | 11111011 | 1000111 | 110100 |
Color Harmonies of #4C2DDC
Complementary color
Monochromatic Colors of #4C2DDC
Black with #4C2DDC
Text Example
Text Example
White with #4C2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2DDC; }
p { color: rgb(76,45,220); }
H1.HeaderClassName
{
color: #4C2DDC;
}
.AnyTagClassName
{
color: #4C2DDC;
}
</style>
background-color css
<style>
a { background-color: #4C2DDC; }
a { background-color: rgb(76,45,220); }
div.DivClassName
{
background-color: #4C2DDC;
}
.BgClassName
{
background-color: #4C2DDC;
}
</style>
border-color css
<style>
span { border-color: #4C2DDC; }
span { border-color: rgb(76,45,220); }
td.TdClassName
{
border-color: #4C2DDC;
}
.TagClassName
{
border-color: #4C2DDC;
}
</style>