Shades of Purple Heart #4C0CCA
Tints of Purple Heart #4C0CCA
RGB
CMYK
RGB Variations
Color information
#4C0CCA (or 0x4C0CCA) is known color: Purple Heart. HEX triplet: 4C, 0C and CA. RGB value is (76,12,202). Sum of RGB (Red+Green+Blue) = 76+12+202=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C0CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0CCA is #B3F335. Grayscale: #343434. Windows color (decimal): -11793206 or 13241420. OLE color: 13241420.
HSL color Cylindrical-coordinate representation of color #4C0CCA: hue angle of 260.21º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0CCA is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 12 | 202 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.21 |
| HSL | 260.21º | 0.89% | 0.42% | - |
| HSV(B) | 260.21º | 0.94% | 0.79% | - |
| XYZ | 13.77 | 6.06 | 56.32 | - |
| YUV | 52.8 | 212.2 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 12 | 202 | 0.62 | 0.94 | 0 | 0.21 | 260.21 | 0.89 | 0.42 |
| Hex | 4C | C | CA | 3E | 5E | 0 | 15 | 104 | 59 | 2A |
| Octal | 114 | 14 | 312 | 76 | 136 | 0 | 25 | 404 | 131 | 52 |
| Binary | 1001100 | 1100 | 11001010 | 111110 | 1011110 | 0 | 10101 | 100000100 | 1011001 | 101010 |
Color Harmonies of #4C0CCA
Complementary color
Monochromatic Colors of #4C0CCA
Black with #4C0CCA
Text Example
Text Example
White with #4C0CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0CCA; }
p { color: rgb(76,12,202); }
H1.HeaderClassName
{
color: #4C0CCA;
}
.AnyTagClassName
{
color: #4C0CCA;
}
</style>
background-color css
<style>
a { background-color: #4C0CCA; }
a { background-color: rgb(76,12,202); }
div.DivClassName
{
background-color: #4C0CCA;
}
.BgClassName
{
background-color: #4C0CCA;
}
</style>
border-color css
<style>
span { border-color: #4C0CCA; }
span { border-color: rgb(76,12,202); }
td.TdClassName
{
border-color: #4C0CCA;
}
.TagClassName
{
border-color: #4C0CCA;
}
</style>