Shades of Purple Heart #4C2CD8
Tints of Purple Heart #4C2CD8
RGB
CMYK
RGB Variations
Color information
#4C2CD8 (or 0x4C2CD8) is known color: Purple Heart. HEX triplet: 4C, 2C and D8. RGB value is (76,44,216). Sum of RGB (Red+Green+Blue) = 76+44+216=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 216 (84.77% from 255 or 64.29% from 336); Max value from RGB is 216 - color contains mainly: blue. Hex color #4C2CD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2CD8 is #B3D327. Grayscale: #484848. Windows color (decimal): -11785000 or 14167116. OLE color: 14167116.
HSL color Cylindrical-coordinate representation of color #4C2CD8: hue angle of 251.16º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C2CD8 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 44 | 216 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.15 |
| HSL | 251.16º | 0.69% | 0.51% | - |
| HSV(B) | 251.16º | 0.8% | 0.85% | - |
| XYZ | 16.28 | 8.3 | 65.71 | - |
| YUV | 73.18 | 208.6 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 44 | 216 | 0.65 | 0.80 | 0 | 0.15 | 251.16 | 0.69 | 0.51 |
| Hex | 4C | 2C | D8 | 41 | 50 | 0 | F | FB | 45 | 33 |
| Octal | 114 | 54 | 330 | 101 | 120 | 0 | 17 | 373 | 105 | 63 |
| Binary | 1001100 | 101100 | 11011000 | 1000001 | 1010000 | 0 | 1111 | 11111011 | 1000101 | 110011 |
Color Harmonies of #4C2CD8
Complementary color
Monochromatic Colors of #4C2CD8
Black with #4C2CD8
Text Example
Text Example
White with #4C2CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2CD8; }
p { color: rgb(76,44,216); }
H1.HeaderClassName
{
color: #4C2CD8;
}
.AnyTagClassName
{
color: #4C2CD8;
}
</style>
background-color css
<style>
a { background-color: #4C2CD8; }
a { background-color: rgb(76,44,216); }
div.DivClassName
{
background-color: #4C2CD8;
}
.BgClassName
{
background-color: #4C2CD8;
}
</style>
border-color css
<style>
span { border-color: #4C2CD8; }
span { border-color: rgb(76,44,216); }
td.TdClassName
{
border-color: #4C2CD8;
}
.TagClassName
{
border-color: #4C2CD8;
}
</style>