Shades of Purple Heart #5F13AA
Tints of Purple Heart #5F13AA
RGB
CMYK
RGB Variations
Color information
#5F13AA (or 0x5F13AA) is known color: Purple Heart. HEX triplet: 5F, 13 and AA. RGB value is (95,19,170). Sum of RGB (Red+Green+Blue) = 95+19+170=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F13AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F13AA is #A0EC55. Grayscale: #3A3A3A. Windows color (decimal): -10546262 or 11146079. OLE color: 11146079.
HSL color Cylindrical-coordinate representation of color #5F13AA: hue angle of 270.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F13AA is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 19 | 170 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.33 |
| HSL | 270.2º | 0.8% | 0.37% | - |
| HSV(B) | 270.2º | 0.89% | 0.67% | - |
| XYZ | 12.21 | 5.8 | 38.51 | - |
| YUV | 58.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 170 | 0.44 | 0.89 | 0 | 0.33 | 270.2 | 0.8 | 0.37 |
| Hex | 5F | 13 | AA | 2C | 59 | 0 | 21 | 10E | 50 | 25 |
| Octal | 137 | 23 | 252 | 54 | 131 | 0 | 41 | 416 | 120 | 45 |
| Binary | 1011111 | 10011 | 10101010 | 101100 | 1011001 | 0 | 100001 | 100001110 | 1010000 | 100101 |
Color Harmonies of #5F13AA
Complementary color
Monochromatic Colors of #5F13AA
Black with #5F13AA
Text Example
Text Example
White with #5F13AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F13AA; }
p { color: rgb(95,19,170); }
H1.HeaderClassName
{
color: #5F13AA;
}
.AnyTagClassName
{
color: #5F13AA;
}
</style>
background-color css
<style>
a { background-color: #5F13AA; }
a { background-color: rgb(95,19,170); }
div.DivClassName
{
background-color: #5F13AA;
}
.BgClassName
{
background-color: #5F13AA;
}
</style>
border-color css
<style>
span { border-color: #5F13AA; }
span { border-color: rgb(95,19,170); }
td.TdClassName
{
border-color: #5F13AA;
}
.TagClassName
{
border-color: #5F13AA;
}
</style>