Shades of Purple Heart #4C0CC7
Tints of Purple Heart #4C0CC7
RGB
CMYK
RGB Variations
Color information
#4C0CC7 (or 0x4C0CC7) is known color: Purple Heart. HEX triplet: 4C, 0C and C7. RGB value is (76,12,199). Sum of RGB (Red+Green+Blue) = 76+12+199=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 199 (78.12% from 255 or 69.34% from 287); Max value from RGB is 199 - color contains mainly: blue. Hex color #4C0CC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0CC7 is #B3F338. Grayscale: #333333. Windows color (decimal): -11793209 or 13044812. OLE color: 13044812.
HSL color Cylindrical-coordinate representation of color #4C0CC7: hue angle of 260.53º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0CC7 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 12 | 199 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.22 |
| HSL | 260.53º | 0.89% | 0.41% | - |
| HSV(B) | 260.53º | 0.94% | 0.78% | - |
| XYZ | 13.42 | 5.92 | 54.47 | - |
| YUV | 52.45 | 210.7 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 12 | 199 | 0.62 | 0.94 | 0 | 0.22 | 260.53 | 0.89 | 0.41 |
| Hex | 4C | C | C7 | 3E | 5E | 0 | 16 | 105 | 59 | 29 |
| Octal | 114 | 14 | 307 | 76 | 136 | 0 | 26 | 405 | 131 | 51 |
| Binary | 1001100 | 1100 | 11000111 | 111110 | 1011110 | 0 | 10110 | 100000101 | 1011001 | 101001 |
Color Harmonies of #4C0CC7
Complementary color
Monochromatic Colors of #4C0CC7
Black with #4C0CC7
Text Example
Text Example
White with #4C0CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0CC7; }
p { color: rgb(76,12,199); }
H1.HeaderClassName
{
color: #4C0CC7;
}
.AnyTagClassName
{
color: #4C0CC7;
}
</style>
background-color css
<style>
a { background-color: #4C0CC7; }
a { background-color: rgb(76,12,199); }
div.DivClassName
{
background-color: #4C0CC7;
}
.BgClassName
{
background-color: #4C0CC7;
}
</style>
border-color css
<style>
span { border-color: #4C0CC7; }
span { border-color: rgb(76,12,199); }
td.TdClassName
{
border-color: #4C0CC7;
}
.TagClassName
{
border-color: #4C0CC7;
}
</style>