Shades of Purple Heart #4C29AD
Tints of Purple Heart #4C29AD
RGB
CMYK
RGB Variations
Color information
#4C29AD (or 0x4C29AD) is known color: Purple Heart. HEX triplet: 4C, 29 and AD. RGB value is (76,41,173). Sum of RGB (Red+Green+Blue) = 76+41+173=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C29AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C29AD is #B3D652. Grayscale: #424242. Windows color (decimal): -11785811 or 11348300. OLE color: 11348300.
HSL color Cylindrical-coordinate representation of color #4C29AD: hue angle of 255.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C29AD is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 41 | 173 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.32 |
| HSL | 255.91º | 0.62% | 0.42% | - |
| HSV(B) | 255.91º | 0.76% | 0.68% | - |
| XYZ | 11.32 | 6.14 | 40.12 | - |
| YUV | 66.51 | 188.1 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 173 | 0.56 | 0.76 | 0 | 0.32 | 255.91 | 0.62 | 0.42 |
| Hex | 4C | 29 | AD | 38 | 4C | 0 | 20 | 100 | 3E | 2A |
| Octal | 114 | 51 | 255 | 70 | 114 | 0 | 40 | 400 | 76 | 52 |
| Binary | 1001100 | 101001 | 10101101 | 111000 | 1001100 | 0 | 100000 | 100000000 | 111110 | 101010 |
Color Harmonies of #4C29AD
Complementary color
Monochromatic Colors of #4C29AD
Black with #4C29AD
Text Example
Text Example
White with #4C29AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C29AD; }
p { color: rgb(76,41,173); }
H1.HeaderClassName
{
color: #4C29AD;
}
.AnyTagClassName
{
color: #4C29AD;
}
</style>
background-color css
<style>
a { background-color: #4C29AD; }
a { background-color: rgb(76,41,173); }
div.DivClassName
{
background-color: #4C29AD;
}
.BgClassName
{
background-color: #4C29AD;
}
</style>
border-color css
<style>
span { border-color: #4C29AD; }
span { border-color: rgb(76,41,173); }
td.TdClassName
{
border-color: #4C29AD;
}
.TagClassName
{
border-color: #4C29AD;
}
</style>