Shades of Purple Heart #4C2BC3
Tints of Purple Heart #4C2BC3
RGB
CMYK
RGB Variations
Color information
#4C2BC3 (or 0x4C2BC3) is known color: Purple Heart. HEX triplet: 4C, 2B and C3. RGB value is (76,43,195). Sum of RGB (Red+Green+Blue) = 76+43+195=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 195 (76.56% from 255 or 62.10% from 314); Max value from RGB is 195 - color contains mainly: blue. Hex color #4C2BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2BC3 is #B3D43C. Grayscale: #454545. Windows color (decimal): -11785277 or 12790604. OLE color: 12790604.
HSL color Cylindrical-coordinate representation of color #4C2BC3: hue angle of 253.03º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C2BC3 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 43 | 195 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.24 |
| HSL | 253.03º | 0.64% | 0.47% | - |
| HSV(B) | 253.03º | 0.78% | 0.76% | - |
| XYZ | 13.69 | 7.2 | 52.3 | - |
| YUV | 70.2 | 198.43 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 195 | 0.61 | 0.78 | 0 | 0.24 | 253.03 | 0.64 | 0.47 |
| Hex | 4C | 2B | C3 | 3D | 4E | 0 | 18 | FD | 40 | 2F |
| Octal | 114 | 53 | 303 | 75 | 116 | 0 | 30 | 375 | 100 | 57 |
| Binary | 1001100 | 101011 | 11000011 | 111101 | 1001110 | 0 | 11000 | 11111101 | 1000000 | 101111 |
Color Harmonies of #4C2BC3
Complementary color
Monochromatic Colors of #4C2BC3
Black with #4C2BC3
Text Example
Text Example
White with #4C2BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2BC3; }
p { color: rgb(76,43,195); }
H1.HeaderClassName
{
color: #4C2BC3;
}
.AnyTagClassName
{
color: #4C2BC3;
}
</style>
background-color css
<style>
a { background-color: #4C2BC3; }
a { background-color: rgb(76,43,195); }
div.DivClassName
{
background-color: #4C2BC3;
}
.BgClassName
{
background-color: #4C2BC3;
}
</style>
border-color css
<style>
span { border-color: #4C2BC3; }
span { border-color: rgb(76,43,195); }
td.TdClassName
{
border-color: #4C2BC3;
}
.TagClassName
{
border-color: #4C2BC3;
}
</style>