Shades of Purple Heart #4C0ACE
Tints of Purple Heart #4C0ACE
RGB
CMYK
RGB Variations
Color information
#4C0ACE (or 0x4C0ACE) is known color: Purple Heart. HEX triplet: 4C, 0A and CE. RGB value is (76,10,206). Sum of RGB (Red+Green+Blue) = 76+10+206=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C0ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0ACE is #B3F531. Grayscale: #333333. Windows color (decimal): -11793714 or 13503052. OLE color: 13503052.
HSL color Cylindrical-coordinate representation of color #4C0ACE: hue angle of 260.2º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0ACE is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 10 | 206 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.19 |
| HSL | 260.2º | 0.91% | 0.42% | - |
| HSV(B) | 260.2º | 0.95% | 0.81% | - |
| XYZ | 14.23 | 6.21 | 58.84 | - |
| YUV | 52.08 | 214.87 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 10 | 206 | 0.63 | 0.95 | 0 | 0.19 | 260.2 | 0.91 | 0.42 |
| Hex | 4C | A | CE | 3F | 5F | 0 | 13 | 104 | 5B | 2A |
| Octal | 114 | 12 | 316 | 77 | 137 | 0 | 23 | 404 | 133 | 52 |
| Binary | 1001100 | 1010 | 11001110 | 111111 | 1011111 | 0 | 10011 | 100000100 | 1011011 | 101010 |
Color Harmonies of #4C0ACE
Complementary color
Monochromatic Colors of #4C0ACE
Black with #4C0ACE
Text Example
Text Example
White with #4C0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0ACE; }
p { color: rgb(76,10,206); }
H1.HeaderClassName
{
color: #4C0ACE;
}
.AnyTagClassName
{
color: #4C0ACE;
}
</style>
background-color css
<style>
a { background-color: #4C0ACE; }
a { background-color: rgb(76,10,206); }
div.DivClassName
{
background-color: #4C0ACE;
}
.BgClassName
{
background-color: #4C0ACE;
}
</style>
border-color css
<style>
span { border-color: #4C0ACE; }
span { border-color: rgb(76,10,206); }
td.TdClassName
{
border-color: #4C0ACE;
}
.TagClassName
{
border-color: #4C0ACE;
}
</style>