Shades of Purple Heart #5F1AAF
Tints of Purple Heart #5F1AAF
RGB
CMYK
RGB Variations
Color information
#5F1AAF (or 0x5F1AAF) is known color: Purple Heart. HEX triplet: 5F, 1A and AF. RGB value is (95,26,175). Sum of RGB (Red+Green+Blue) = 95+26+175=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F1AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1AAF is #A0E550. Grayscale: #3F3F3F. Windows color (decimal): -10544465 or 11475551. OLE color: 11475551.
HSL color Cylindrical-coordinate representation of color #5F1AAF: hue angle of 267.79º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F1AAF is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 26 | 175 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.31 |
| HSL | 267.79º | 0.74% | 0.39% | - |
| HSV(B) | 267.79º | 0.85% | 0.69% | - |
| XYZ | 12.83 | 6.27 | 41.09 | - |
| YUV | 63.62 | 190.86 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 26 | 175 | 0.46 | 0.85 | 0 | 0.31 | 267.79 | 0.74 | 0.39 |
| Hex | 5F | 1A | AF | 2E | 55 | 0 | 1F | 10C | 4A | 27 |
| Octal | 137 | 32 | 257 | 56 | 125 | 0 | 37 | 414 | 112 | 47 |
| Binary | 1011111 | 11010 | 10101111 | 101110 | 1010101 | 0 | 11111 | 100001100 | 1001010 | 100111 |
Color Harmonies of #5F1AAF
Complementary color
Monochromatic Colors of #5F1AAF
Black with #5F1AAF
Text Example
Text Example
White with #5F1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1AAF; }
p { color: rgb(95,26,175); }
H1.HeaderClassName
{
color: #5F1AAF;
}
.AnyTagClassName
{
color: #5F1AAF;
}
</style>
background-color css
<style>
a { background-color: #5F1AAF; }
a { background-color: rgb(95,26,175); }
div.DivClassName
{
background-color: #5F1AAF;
}
.BgClassName
{
background-color: #5F1AAF;
}
</style>
border-color css
<style>
span { border-color: #5F1AAF; }
span { border-color: rgb(95,26,175); }
td.TdClassName
{
border-color: #5F1AAF;
}
.TagClassName
{
border-color: #5F1AAF;
}
</style>