Shades of Purple Heart #5F1AAD
Tints of Purple Heart #5F1AAD
RGB
CMYK
RGB Variations
Color information
#5F1AAD (or 0x5F1AAD) is known color: Purple Heart. HEX triplet: 5F, 1A and AD. RGB value is (95,26,173). Sum of RGB (Red+Green+Blue) = 95+26+173=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F1AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1AAD is #A0E552. Grayscale: #3E3E3E. Windows color (decimal): -10544467 or 11344479. OLE color: 11344479.
HSL color Cylindrical-coordinate representation of color #5F1AAD: hue angle of 268.16º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F1AAD is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 26 | 173 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.32 |
| HSL | 268.16º | 0.74% | 0.39% | - |
| HSV(B) | 268.16º | 0.85% | 0.68% | - |
| XYZ | 12.63 | 6.19 | 40.06 | - |
| YUV | 63.39 | 189.86 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 26 | 173 | 0.45 | 0.85 | 0 | 0.32 | 268.16 | 0.74 | 0.39 |
| Hex | 5F | 1A | AD | 2D | 55 | 0 | 20 | 10C | 4A | 27 |
| Octal | 137 | 32 | 255 | 55 | 125 | 0 | 40 | 414 | 112 | 47 |
| Binary | 1011111 | 11010 | 10101101 | 101101 | 1010101 | 0 | 100000 | 100001100 | 1001010 | 100111 |
Color Harmonies of #5F1AAD
Complementary color
Monochromatic Colors of #5F1AAD
Black with #5F1AAD
Text Example
Text Example
White with #5F1AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1AAD; }
p { color: rgb(95,26,173); }
H1.HeaderClassName
{
color: #5F1AAD;
}
.AnyTagClassName
{
color: #5F1AAD;
}
</style>
background-color css
<style>
a { background-color: #5F1AAD; }
a { background-color: rgb(95,26,173); }
div.DivClassName
{
background-color: #5F1AAD;
}
.BgClassName
{
background-color: #5F1AAD;
}
</style>
border-color css
<style>
span { border-color: #5F1AAD; }
span { border-color: rgb(95,26,173); }
td.TdClassName
{
border-color: #5F1AAD;
}
.TagClassName
{
border-color: #5F1AAD;
}
</style>