Shades of Han Purple #4C2DEE
Tints of Han Purple #4C2DEE
RGB
CMYK
RGB Variations
Color information
#4C2DEE (or 0x4C2DEE) is known color: Han Purple. HEX triplet: 4C, 2D and EE. RGB value is (76,45,238). Sum of RGB (Red+Green+Blue) = 76+45+238=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #4C2DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C2DEE is #B3D211. Grayscale: #4B4B4B. Windows color (decimal): -11784722 or 15609164. OLE color: 15609164.
HSL color Cylindrical-coordinate representation of color #4C2DEE: hue angle of 249.64º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C2DEE is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 45 | 238 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.07 |
| HSL | 249.64º | 0.85% | 0.55% | - |
| HSV(B) | 249.64º | 0.81% | 0.93% | - |
| XYZ | 19.35 | 9.59 | 81.72 | - |
| YUV | 76.27 | 219.27 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 45 | 238 | 0.68 | 0.81 | 0 | 0.07 | 249.64 | 0.85 | 0.55 |
| Hex | 4C | 2D | EE | 44 | 51 | 0 | 7 | FA | 55 | 37 |
| Octal | 114 | 55 | 356 | 104 | 121 | 0 | 7 | 372 | 125 | 67 |
| Binary | 1001100 | 101101 | 11101110 | 1000100 | 1010001 | 0 | 111 | 11111010 | 1010101 | 110111 |
Color Harmonies of #4C2DEE
Complementary color
Monochromatic Colors of #4C2DEE
Black with #4C2DEE
Text Example
Text Example
White with #4C2DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2DEE; }
p { color: rgb(76,45,238); }
H1.HeaderClassName
{
color: #4C2DEE;
}
.AnyTagClassName
{
color: #4C2DEE;
}
</style>
background-color css
<style>
a { background-color: #4C2DEE; }
a { background-color: rgb(76,45,238); }
div.DivClassName
{
background-color: #4C2DEE;
}
.BgClassName
{
background-color: #4C2DEE;
}
</style>
border-color css
<style>
span { border-color: #4C2DEE; }
span { border-color: rgb(76,45,238); }
td.TdClassName
{
border-color: #4C2DEE;
}
.TagClassName
{
border-color: #4C2DEE;
}
</style>