Shades of Purple Heart #4D29AB
Tints of Purple Heart #4D29AB
RGB
CMYK
RGB Variations
Color information
#4D29AB (or 0x4D29AB) is known color: Purple Heart. HEX triplet: 4D, 29 and AB. RGB value is (77,41,171). Sum of RGB (Red+Green+Blue) = 77+41+171=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D29AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D29AB is #B2D654. Grayscale: #424242. Windows color (decimal): -11720277 or 11217229. OLE color: 11217229.
HSL color Cylindrical-coordinate representation of color #4D29AB: hue angle of 256.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D29AB is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 41 | 171 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.33 |
| HSL | 256.62º | 0.61% | 0.42% | - |
| HSV(B) | 256.62º | 0.76% | 0.67% | - |
| XYZ | 11.2 | 6.1 | 39.12 | - |
| YUV | 66.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 171 | 0.55 | 0.76 | 0 | 0.33 | 256.62 | 0.61 | 0.42 |
| Hex | 4D | 29 | AB | 37 | 4C | 0 | 21 | 101 | 3D | 2A |
| Octal | 115 | 51 | 253 | 67 | 114 | 0 | 41 | 401 | 75 | 52 |
| Binary | 1001101 | 101001 | 10101011 | 110111 | 1001100 | 0 | 100001 | 100000001 | 111101 | 101010 |
Color Harmonies of #4D29AB
Complementary color
Monochromatic Colors of #4D29AB
Black with #4D29AB
Text Example
Text Example
White with #4D29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D29AB; }
p { color: rgb(77,41,171); }
H1.HeaderClassName
{
color: #4D29AB;
}
.AnyTagClassName
{
color: #4D29AB;
}
</style>
background-color css
<style>
a { background-color: #4D29AB; }
a { background-color: rgb(77,41,171); }
div.DivClassName
{
background-color: #4D29AB;
}
.BgClassName
{
background-color: #4D29AB;
}
</style>
border-color css
<style>
span { border-color: #4D29AB; }
span { border-color: rgb(77,41,171); }
td.TdClassName
{
border-color: #4D29AB;
}
.TagClassName
{
border-color: #4D29AB;
}
</style>