Shades of Purple Heart #5F29AD
Tints of Purple Heart #5F29AD
RGB
CMYK
RGB Variations
Color information
#5F29AD (or 0x5F29AD) is known color: Purple Heart. HEX triplet: 5F, 29 and AD. RGB value is (95,41,173). Sum of RGB (Red+Green+Blue) = 95+41+173=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F29AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F29AD is #A0D652. Grayscale: #474747. Windows color (decimal): -10540627 or 11348319. OLE color: 11348319.
HSL color Cylindrical-coordinate representation of color #5F29AD: hue angle of 264.55º 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 #5F29AD is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 41 | 173 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.32 |
| HSL | 264.55º | 0.62% | 0.42% | - |
| HSV(B) | 264.55º | 0.76% | 0.68% | - |
| XYZ | 13.06 | 7.04 | 40.21 | - |
| YUV | 72.19 | 184.89 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 173 | 0.45 | 0.76 | 0 | 0.32 | 264.55 | 0.62 | 0.42 |
| Hex | 5F | 29 | AD | 2D | 4C | 0 | 20 | 109 | 3E | 2A |
| Octal | 137 | 51 | 255 | 55 | 114 | 0 | 40 | 411 | 76 | 52 |
| Binary | 1011111 | 101001 | 10101101 | 101101 | 1001100 | 0 | 100000 | 100001001 | 111110 | 101010 |
Color Harmonies of #5F29AD
Complementary color
Monochromatic Colors of #5F29AD
Black with #5F29AD
Text Example
Text Example
White with #5F29AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F29AD; }
p { color: rgb(95,41,173); }
H1.HeaderClassName
{
color: #5F29AD;
}
.AnyTagClassName
{
color: #5F29AD;
}
</style>
background-color css
<style>
a { background-color: #5F29AD; }
a { background-color: rgb(95,41,173); }
div.DivClassName
{
background-color: #5F29AD;
}
.BgClassName
{
background-color: #5F29AD;
}
</style>
border-color css
<style>
span { border-color: #5F29AD; }
span { border-color: rgb(95,41,173); }
td.TdClassName
{
border-color: #5F29AD;
}
.TagClassName
{
border-color: #5F29AD;
}
</style>