Shades of Han Purple #4C2DDE
Tints of Han Purple #4C2DDE
RGB
CMYK
RGB Variations
Color information
#4C2DDE (or 0x4C2DDE) is known color: Han Purple. HEX triplet: 4C, 2D and DE. RGB value is (76,45,222). Sum of RGB (Red+Green+Blue) = 76+45+222=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C2DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2DDE is #B3D221. Grayscale: #494949. Windows color (decimal): -11784738 or 14560588. OLE color: 14560588.
HSL color Cylindrical-coordinate representation of color #4C2DDE: hue angle of 250.51º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C2DDE is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 45 | 222 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.13 |
| HSL | 250.51º | 0.73% | 0.52% | - |
| HSV(B) | 250.51º | 0.8% | 0.87% | - |
| XYZ | 17.1 | 8.69 | 69.88 | - |
| YUV | 74.45 | 211.27 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 45 | 222 | 0.66 | 0.80 | 0 | 0.13 | 250.51 | 0.73 | 0.52 |
| Hex | 4C | 2D | DE | 42 | 50 | 0 | D | FB | 49 | 34 |
| Octal | 114 | 55 | 336 | 102 | 120 | 0 | 15 | 373 | 111 | 64 |
| Binary | 1001100 | 101101 | 11011110 | 1000010 | 1010000 | 0 | 1101 | 11111011 | 1001001 | 110100 |
Color Harmonies of #4C2DDE
Complementary color
Monochromatic Colors of #4C2DDE
Black with #4C2DDE
Text Example
Text Example
White with #4C2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2DDE; }
p { color: rgb(76,45,222); }
H1.HeaderClassName
{
color: #4C2DDE;
}
.AnyTagClassName
{
color: #4C2DDE;
}
</style>
background-color css
<style>
a { background-color: #4C2DDE; }
a { background-color: rgb(76,45,222); }
div.DivClassName
{
background-color: #4C2DDE;
}
.BgClassName
{
background-color: #4C2DDE;
}
</style>
border-color css
<style>
span { border-color: #4C2DDE; }
span { border-color: rgb(76,45,222); }
td.TdClassName
{
border-color: #4C2DDE;
}
.TagClassName
{
border-color: #4C2DDE;
}
</style>