Shades of Purple Heart #5F24AB
Tints of Purple Heart #5F24AB
RGB
CMYK
RGB Variations
Color information
#5F24AB (or 0x5F24AB) is known color: Purple Heart. HEX triplet: 5F, 24 and AB. RGB value is (95,36,171). Sum of RGB (Red+Green+Blue) = 95+36+171=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F24AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F24AB is #A0DB54. Grayscale: #444444. Windows color (decimal): -10541909 or 11215967. OLE color: 11215967.
HSL color Cylindrical-coordinate representation of color #5F24AB: hue angle of 266.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F24AB is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 36 | 171 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.33 |
| HSL | 266.22º | 0.65% | 0.41% | - |
| HSV(B) | 266.22º | 0.79% | 0.67% | - |
| XYZ | 12.7 | 6.63 | 39.14 | - |
| YUV | 69.03 | 185.55 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 36 | 171 | 0.44 | 0.79 | 0 | 0.33 | 266.22 | 0.65 | 0.41 |
| Hex | 5F | 24 | AB | 2C | 4F | 0 | 21 | 10A | 41 | 29 |
| Octal | 137 | 44 | 253 | 54 | 117 | 0 | 41 | 412 | 101 | 51 |
| Binary | 1011111 | 100100 | 10101011 | 101100 | 1001111 | 0 | 100001 | 100001010 | 1000001 | 101001 |
Color Harmonies of #5F24AB
Complementary color
Monochromatic Colors of #5F24AB
Black with #5F24AB
Text Example
Text Example
White with #5F24AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F24AB; }
p { color: rgb(95,36,171); }
H1.HeaderClassName
{
color: #5F24AB;
}
.AnyTagClassName
{
color: #5F24AB;
}
</style>
background-color css
<style>
a { background-color: #5F24AB; }
a { background-color: rgb(95,36,171); }
div.DivClassName
{
background-color: #5F24AB;
}
.BgClassName
{
background-color: #5F24AB;
}
</style>
border-color css
<style>
span { border-color: #5F24AB; }
span { border-color: rgb(95,36,171); }
td.TdClassName
{
border-color: #5F24AB;
}
.TagClassName
{
border-color: #5F24AB;
}
</style>