Shades of Purple Heart #4C2CB0
Tints of Purple Heart #4C2CB0
RGB
CMYK
RGB Variations
Color information
#4C2CB0 (or 0x4C2CB0) is known color: Purple Heart. HEX triplet: 4C, 2C and B0. RGB value is (76,44,176). Sum of RGB (Red+Green+Blue) = 76+44+176=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 176 (69.14% from 255 or 59.46% from 296); Max value from RGB is 176 - color contains mainly: blue. Hex color #4C2CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2CB0 is #B3D34F. Grayscale: #444444. Windows color (decimal): -11785040 or 11545676. OLE color: 11545676.
HSL color Cylindrical-coordinate representation of color #4C2CB0: hue angle of 254.55º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C2CB0 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 44 | 176 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.31 |
| HSL | 254.55º | 0.6% | 0.43% | - |
| HSV(B) | 254.55º | 0.75% | 0.69% | - |
| XYZ | 11.72 | 6.47 | 41.71 | - |
| YUV | 68.62 | 188.6 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 44 | 176 | 0.57 | 0.75 | 0 | 0.31 | 254.55 | 0.6 | 0.43 |
| Hex | 4C | 2C | B0 | 39 | 4B | 0 | 1F | FF | 3C | 2B |
| Octal | 114 | 54 | 260 | 71 | 113 | 0 | 37 | 377 | 74 | 53 |
| Binary | 1001100 | 101100 | 10110000 | 111001 | 1001011 | 0 | 11111 | 11111111 | 111100 | 101011 |
Color Harmonies of #4C2CB0
Complementary color
Monochromatic Colors of #4C2CB0
Black with #4C2CB0
Text Example
Text Example
White with #4C2CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2CB0; }
p { color: rgb(76,44,176); }
H1.HeaderClassName
{
color: #4C2CB0;
}
.AnyTagClassName
{
color: #4C2CB0;
}
</style>
background-color css
<style>
a { background-color: #4C2CB0; }
a { background-color: rgb(76,44,176); }
div.DivClassName
{
background-color: #4C2CB0;
}
.BgClassName
{
background-color: #4C2CB0;
}
</style>
border-color css
<style>
span { border-color: #4C2CB0; }
span { border-color: rgb(76,44,176); }
td.TdClassName
{
border-color: #4C2CB0;
}
.TagClassName
{
border-color: #4C2CB0;
}
</style>