Shades of Purple Heart #4F29AD
Tints of Purple Heart #4F29AD
RGB
CMYK
RGB Variations
Color information
#4F29AD (or 0x4F29AD) is known color: Purple Heart. HEX triplet: 4F, 29 and AD. RGB value is (79,41,173). Sum of RGB (Red+Green+Blue) = 79+41+173=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F29AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F29AD is #B0D652. Grayscale: #424242. Windows color (decimal): -11589203 or 11348303. OLE color: 11348303.
HSL color Cylindrical-coordinate representation of color #4F29AD: hue angle of 257.27º 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 #4F29AD is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 41 | 173 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.32 |
| HSL | 257.27º | 0.62% | 0.42% | - |
| HSV(B) | 257.27º | 0.76% | 0.68% | - |
| XYZ | 11.56 | 6.27 | 40.14 | - |
| YUV | 67.41 | 187.59 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 173 | 0.54 | 0.76 | 0 | 0.32 | 257.27 | 0.62 | 0.42 |
| Hex | 4F | 29 | AD | 36 | 4C | 0 | 20 | 101 | 3E | 2A |
| Octal | 117 | 51 | 255 | 66 | 114 | 0 | 40 | 401 | 76 | 52 |
| Binary | 1001111 | 101001 | 10101101 | 110110 | 1001100 | 0 | 100000 | 100000001 | 111110 | 101010 |
Color Harmonies of #4F29AD
Complementary color
Monochromatic Colors of #4F29AD
Black with #4F29AD
Text Example
Text Example
White with #4F29AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F29AD; }
p { color: rgb(79,41,173); }
H1.HeaderClassName
{
color: #4F29AD;
}
.AnyTagClassName
{
color: #4F29AD;
}
</style>
background-color css
<style>
a { background-color: #4F29AD; }
a { background-color: rgb(79,41,173); }
div.DivClassName
{
background-color: #4F29AD;
}
.BgClassName
{
background-color: #4F29AD;
}
</style>
border-color css
<style>
span { border-color: #4F29AD; }
span { border-color: rgb(79,41,173); }
td.TdClassName
{
border-color: #4F29AD;
}
.TagClassName
{
border-color: #4F29AD;
}
</style>