Shades of Purple Heart #4C20AC
Tints of Purple Heart #4C20AC
RGB
CMYK
RGB Variations
Color information
#4C20AC (or 0x4C20AC) is known color: Purple Heart. HEX triplet: 4C, 20 and AC. RGB value is (76,32,172). Sum of RGB (Red+Green+Blue) = 76+32+172=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C20AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C20AC is #B3DF53. Grayscale: #3C3C3C. Windows color (decimal): -11788116 or 11280460. OLE color: 11280460.
HSL color Cylindrical-coordinate representation of color #4C20AC: hue angle of 258.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C20AC is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 32 | 172 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.33 |
| HSL | 258.86º | 0.69% | 0.4% | - |
| HSV(B) | 258.86º | 0.81% | 0.67% | - |
| XYZ | 10.94 | 5.55 | 39.52 | - |
| YUV | 61.12 | 190.58 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 172 | 0.56 | 0.81 | 0 | 0.33 | 258.86 | 0.69 | 0.4 |
| Hex | 4C | 20 | AC | 38 | 51 | 0 | 21 | 103 | 45 | 28 |
| Octal | 114 | 40 | 254 | 70 | 121 | 0 | 41 | 403 | 105 | 50 |
| Binary | 1001100 | 100000 | 10101100 | 111000 | 1010001 | 0 | 100001 | 100000011 | 1000101 | 101000 |
Color Harmonies of #4C20AC
Complementary color
Monochromatic Colors of #4C20AC
Black with #4C20AC
Text Example
Text Example
White with #4C20AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C20AC; }
p { color: rgb(76,32,172); }
H1.HeaderClassName
{
color: #4C20AC;
}
.AnyTagClassName
{
color: #4C20AC;
}
</style>
background-color css
<style>
a { background-color: #4C20AC; }
a { background-color: rgb(76,32,172); }
div.DivClassName
{
background-color: #4C20AC;
}
.BgClassName
{
background-color: #4C20AC;
}
</style>
border-color css
<style>
span { border-color: #4C20AC; }
span { border-color: rgb(76,32,172); }
td.TdClassName
{
border-color: #4C20AC;
}
.TagClassName
{
border-color: #4C20AC;
}
</style>