Shades of Purple Heart #4C2AB4
Tints of Purple Heart #4C2AB4
RGB
CMYK
RGB Variations
Color information
#4C2AB4 (or 0x4C2AB4) is known color: Purple Heart. HEX triplet: 4C, 2A and B4. RGB value is (76,42,180). Sum of RGB (Red+Green+Blue) = 76+42+180=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 180 (70.70% from 255 or 60.40% from 298); Max value from RGB is 180 - color contains mainly: blue. Hex color #4C2AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2AB4 is #B3D54B. Grayscale: #434343. Windows color (decimal): -11785548 or 11807308. OLE color: 11807308.
HSL color Cylindrical-coordinate representation of color #4C2AB4: hue angle of 254.78º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C2AB4 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 42 | 180 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.29 |
| HSL | 254.78º | 0.62% | 0.44% | - |
| HSV(B) | 254.78º | 0.77% | 0.71% | - |
| XYZ | 12.05 | 6.49 | 43.8 | - |
| YUV | 67.9 | 191.26 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 42 | 180 | 0.58 | 0.77 | 0 | 0.29 | 254.78 | 0.62 | 0.44 |
| Hex | 4C | 2A | B4 | 3A | 4D | 0 | 1D | FF | 3E | 2C |
| Octal | 114 | 52 | 264 | 72 | 115 | 0 | 35 | 377 | 76 | 54 |
| Binary | 1001100 | 101010 | 10110100 | 111010 | 1001101 | 0 | 11101 | 11111111 | 111110 | 101100 |
Color Harmonies of #4C2AB4
Complementary color
Monochromatic Colors of #4C2AB4
Black with #4C2AB4
Text Example
Text Example
White with #4C2AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2AB4; }
p { color: rgb(76,42,180); }
H1.HeaderClassName
{
color: #4C2AB4;
}
.AnyTagClassName
{
color: #4C2AB4;
}
</style>
background-color css
<style>
a { background-color: #4C2AB4; }
a { background-color: rgb(76,42,180); }
div.DivClassName
{
background-color: #4C2AB4;
}
.BgClassName
{
background-color: #4C2AB4;
}
</style>
border-color css
<style>
span { border-color: #4C2AB4; }
span { border-color: rgb(76,42,180); }
td.TdClassName
{
border-color: #4C2AB4;
}
.TagClassName
{
border-color: #4C2AB4;
}
</style>