Shades of Purple Heart #5F1AAB
Tints of Purple Heart #5F1AAB
RGB
CMYK
RGB Variations
Color information
#5F1AAB (or 0x5F1AAB) is known color: Purple Heart. HEX triplet: 5F, 1A and AB. RGB value is (95,26,171). Sum of RGB (Red+Green+Blue) = 95+26+171=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F1AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1AAB is #A0E554. Grayscale: #3E3E3E. Windows color (decimal): -10544469 or 11213407. OLE color: 11213407.
HSL color Cylindrical-coordinate representation of color #5F1AAB: hue angle of 268.55º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F1AAB is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 26 | 171 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.33 |
| HSL | 268.55º | 0.74% | 0.39% | - |
| HSV(B) | 268.55º | 0.85% | 0.67% | - |
| XYZ | 12.44 | 6.11 | 39.05 | - |
| YUV | 63.16 | 188.86 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 26 | 171 | 0.44 | 0.85 | 0 | 0.33 | 268.55 | 0.74 | 0.39 |
| Hex | 5F | 1A | AB | 2C | 55 | 0 | 21 | 10D | 4A | 27 |
| Octal | 137 | 32 | 253 | 54 | 125 | 0 | 41 | 415 | 112 | 47 |
| Binary | 1011111 | 11010 | 10101011 | 101100 | 1010101 | 0 | 100001 | 100001101 | 1001010 | 100111 |
Color Harmonies of #5F1AAB
Complementary color
Monochromatic Colors of #5F1AAB
Black with #5F1AAB
Text Example
Text Example
White with #5F1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1AAB; }
p { color: rgb(95,26,171); }
H1.HeaderClassName
{
color: #5F1AAB;
}
.AnyTagClassName
{
color: #5F1AAB;
}
</style>
background-color css
<style>
a { background-color: #5F1AAB; }
a { background-color: rgb(95,26,171); }
div.DivClassName
{
background-color: #5F1AAB;
}
.BgClassName
{
background-color: #5F1AAB;
}
</style>
border-color css
<style>
span { border-color: #5F1AAB; }
span { border-color: rgb(95,26,171); }
td.TdClassName
{
border-color: #5F1AAB;
}
.TagClassName
{
border-color: #5F1AAB;
}
</style>