Shades of Purple Heart #5F2AAD
Tints of Purple Heart #5F2AAD
RGB
CMYK
RGB Variations
Color information
#5F2AAD (or 0x5F2AAD) is known color: Purple Heart. HEX triplet: 5F, 2A and AD. RGB value is (95,42,173). Sum of RGB (Red+Green+Blue) = 95+42+173=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F2AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2AAD is #A0D552. Grayscale: #484848. Windows color (decimal): -10540371 or 11348575. OLE color: 11348575.
HSL color Cylindrical-coordinate representation of color #5F2AAD: hue angle of 264.27º degrees, saturation: 0.61, 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 #5F2AAD is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 42 | 173 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.32 |
| HSL | 264.27º | 0.61% | 0.42% | - |
| HSV(B) | 264.27º | 0.76% | 0.68% | - |
| XYZ | 13.09 | 7.11 | 40.22 | - |
| YUV | 72.78 | 184.56 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 42 | 173 | 0.45 | 0.76 | 0 | 0.32 | 264.27 | 0.61 | 0.42 |
| Hex | 5F | 2A | AD | 2D | 4C | 0 | 20 | 108 | 3D | 2A |
| Octal | 137 | 52 | 255 | 55 | 114 | 0 | 40 | 410 | 75 | 52 |
| Binary | 1011111 | 101010 | 10101101 | 101101 | 1001100 | 0 | 100000 | 100001000 | 111101 | 101010 |
Color Harmonies of #5F2AAD
Complementary color
Monochromatic Colors of #5F2AAD
Black with #5F2AAD
Text Example
Text Example
White with #5F2AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2AAD; }
p { color: rgb(95,42,173); }
H1.HeaderClassName
{
color: #5F2AAD;
}
.AnyTagClassName
{
color: #5F2AAD;
}
</style>
background-color css
<style>
a { background-color: #5F2AAD; }
a { background-color: rgb(95,42,173); }
div.DivClassName
{
background-color: #5F2AAD;
}
.BgClassName
{
background-color: #5F2AAD;
}
</style>
border-color css
<style>
span { border-color: #5F2AAD; }
span { border-color: rgb(95,42,173); }
td.TdClassName
{
border-color: #5F2AAD;
}
.TagClassName
{
border-color: #5F2AAD;
}
</style>