Shades of Purple Heart #4C2BC7
Tints of Purple Heart #4C2BC7
RGB
CMYK
RGB Variations
Color information
#4C2BC7 (or 0x4C2BC7) is known color: Purple Heart. HEX triplet: 4C, 2B and C7. RGB value is (76,43,199). Sum of RGB (Red+Green+Blue) = 76+43+199=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 199 (78.12% from 255 or 62.58% from 318); Max value from RGB is 199 - color contains mainly: blue. Hex color #4C2BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2BC7 is #B3D438. Grayscale: #464646. Windows color (decimal): -11785273 or 13052748. OLE color: 13052748.
HSL color Cylindrical-coordinate representation of color #4C2BC7: hue angle of 252.69º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C2BC7 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 43 | 199 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.22 |
| HSL | 252.69º | 0.64% | 0.47% | - |
| HSV(B) | 252.69º | 0.78% | 0.78% | - |
| XYZ | 14.15 | 7.39 | 54.71 | - |
| YUV | 70.65 | 200.43 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 199 | 0.62 | 0.78 | 0 | 0.22 | 252.69 | 0.64 | 0.47 |
| Hex | 4C | 2B | C7 | 3E | 4E | 0 | 16 | FD | 40 | 2F |
| Octal | 114 | 53 | 307 | 76 | 116 | 0 | 26 | 375 | 100 | 57 |
| Binary | 1001100 | 101011 | 11000111 | 111110 | 1001110 | 0 | 10110 | 11111101 | 1000000 | 101111 |
Color Harmonies of #4C2BC7
Complementary color
Monochromatic Colors of #4C2BC7
Black with #4C2BC7
Text Example
Text Example
White with #4C2BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2BC7; }
p { color: rgb(76,43,199); }
H1.HeaderClassName
{
color: #4C2BC7;
}
.AnyTagClassName
{
color: #4C2BC7;
}
</style>
background-color css
<style>
a { background-color: #4C2BC7; }
a { background-color: rgb(76,43,199); }
div.DivClassName
{
background-color: #4C2BC7;
}
.BgClassName
{
background-color: #4C2BC7;
}
</style>
border-color css
<style>
span { border-color: #4C2BC7; }
span { border-color: rgb(76,43,199); }
td.TdClassName
{
border-color: #4C2BC7;
}
.TagClassName
{
border-color: #4C2BC7;
}
</style>