Shades of Purple Heart #4C0BCA
Tints of Purple Heart #4C0BCA
RGB
CMYK
RGB Variations
Color information
#4C0BCA (or 0x4C0BCA) is known color: Purple Heart. HEX triplet: 4C, 0B and CA. RGB value is (76,11,202). Sum of RGB (Red+Green+Blue) = 76+11+202=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C0BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0BCA is #B3F435. Grayscale: #333333. Windows color (decimal): -11793462 or 13241164. OLE color: 13241164.
HSL color Cylindrical-coordinate representation of color #4C0BCA: hue angle of 260.42º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0BCA is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 11 | 202 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.21 |
| HSL | 260.42º | 0.9% | 0.42% | - |
| HSV(B) | 260.42º | 0.95% | 0.79% | - |
| XYZ | 13.76 | 6.04 | 56.32 | - |
| YUV | 52.21 | 212.53 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 202 | 0.62 | 0.95 | 0 | 0.21 | 260.42 | 0.9 | 0.42 |
| Hex | 4C | B | CA | 3E | 5F | 0 | 15 | 104 | 5A | 2A |
| Octal | 114 | 13 | 312 | 76 | 137 | 0 | 25 | 404 | 132 | 52 |
| Binary | 1001100 | 1011 | 11001010 | 111110 | 1011111 | 0 | 10101 | 100000100 | 1011010 | 101010 |
Color Harmonies of #4C0BCA
Complementary color
Monochromatic Colors of #4C0BCA
Black with #4C0BCA
Text Example
Text Example
White with #4C0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0BCA; }
p { color: rgb(76,11,202); }
H1.HeaderClassName
{
color: #4C0BCA;
}
.AnyTagClassName
{
color: #4C0BCA;
}
</style>
background-color css
<style>
a { background-color: #4C0BCA; }
a { background-color: rgb(76,11,202); }
div.DivClassName
{
background-color: #4C0BCA;
}
.BgClassName
{
background-color: #4C0BCA;
}
</style>
border-color css
<style>
span { border-color: #4C0BCA; }
span { border-color: rgb(76,11,202); }
td.TdClassName
{
border-color: #4C0BCA;
}
.TagClassName
{
border-color: #4C0BCA;
}
</style>