Shades of Purple Heart #4C2BBD
Tints of Purple Heart #4C2BBD
RGB
CMYK
RGB Variations
Color information
#4C2BBD (or 0x4C2BBD) is known color: Purple Heart. HEX triplet: 4C, 2B and BD. RGB value is (76,43,189). Sum of RGB (Red+Green+Blue) = 76+43+189=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C2BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2BBD is #B3D442. Grayscale: #444444. Windows color (decimal): -11785283 or 12397388. OLE color: 12397388.
HSL color Cylindrical-coordinate representation of color #4C2BBD: hue angle of 253.56º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C2BBD is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 43 | 189 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.26 |
| HSL | 253.56º | 0.63% | 0.45% | - |
| HSV(B) | 253.56º | 0.77% | 0.74% | - |
| XYZ | 13.03 | 6.94 | 48.8 | - |
| YUV | 69.51 | 195.43 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 189 | 0.60 | 0.77 | 0 | 0.26 | 253.56 | 0.63 | 0.45 |
| Hex | 4C | 2B | BD | 3C | 4D | 0 | 1A | FE | 3F | 2D |
| Octal | 114 | 53 | 275 | 74 | 115 | 0 | 32 | 376 | 77 | 55 |
| Binary | 1001100 | 101011 | 10111101 | 111100 | 1001101 | 0 | 11010 | 11111110 | 111111 | 101101 |
Color Harmonies of #4C2BBD
Complementary color
Monochromatic Colors of #4C2BBD
Black with #4C2BBD
Text Example
Text Example
White with #4C2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2BBD; }
p { color: rgb(76,43,189); }
H1.HeaderClassName
{
color: #4C2BBD;
}
.AnyTagClassName
{
color: #4C2BBD;
}
</style>
background-color css
<style>
a { background-color: #4C2BBD; }
a { background-color: rgb(76,43,189); }
div.DivClassName
{
background-color: #4C2BBD;
}
.BgClassName
{
background-color: #4C2BBD;
}
</style>
border-color css
<style>
span { border-color: #4C2BBD; }
span { border-color: rgb(76,43,189); }
td.TdClassName
{
border-color: #4C2BBD;
}
.TagClassName
{
border-color: #4C2BBD;
}
</style>