Shades of Purple Heart #5F22AB
Tints of Purple Heart #5F22AB
RGB
CMYK
RGB Variations
Color information
#5F22AB (or 0x5F22AB) is known color: Purple Heart. HEX triplet: 5F, 22 and AB. RGB value is (95,34,171). Sum of RGB (Red+Green+Blue) = 95+34+171=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F22AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F22AB is #A0DD54. Grayscale: #434343. Windows color (decimal): -10542421 or 11215455. OLE color: 11215455.
HSL color Cylindrical-coordinate representation of color #5F22AB: hue angle of 266.72º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F22AB is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 34 | 171 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.33 |
| HSL | 266.72º | 0.67% | 0.4% | - |
| HSV(B) | 266.72º | 0.8% | 0.67% | - |
| XYZ | 12.64 | 6.52 | 39.12 | - |
| YUV | 67.86 | 186.21 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 34 | 171 | 0.44 | 0.80 | 0 | 0.33 | 266.72 | 0.67 | 0.4 |
| Hex | 5F | 22 | AB | 2C | 50 | 0 | 21 | 10B | 43 | 28 |
| Octal | 137 | 42 | 253 | 54 | 120 | 0 | 41 | 413 | 103 | 50 |
| Binary | 1011111 | 100010 | 10101011 | 101100 | 1010000 | 0 | 100001 | 100001011 | 1000011 | 101000 |
Color Harmonies of #5F22AB
Complementary color
Monochromatic Colors of #5F22AB
Black with #5F22AB
Text Example
Text Example
White with #5F22AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F22AB; }
p { color: rgb(95,34,171); }
H1.HeaderClassName
{
color: #5F22AB;
}
.AnyTagClassName
{
color: #5F22AB;
}
</style>
background-color css
<style>
a { background-color: #5F22AB; }
a { background-color: rgb(95,34,171); }
div.DivClassName
{
background-color: #5F22AB;
}
.BgClassName
{
background-color: #5F22AB;
}
</style>
border-color css
<style>
span { border-color: #5F22AB; }
span { border-color: rgb(95,34,171); }
td.TdClassName
{
border-color: #5F22AB;
}
.TagClassName
{
border-color: #5F22AB;
}
</style>