Shades of Purple Heart #5F14AD
Tints of Purple Heart #5F14AD
RGB
CMYK
RGB Variations
Color information
#5F14AD (or 0x5F14AD) is known color: Purple Heart. HEX triplet: 5F, 14 and AD. RGB value is (95,20,173). Sum of RGB (Red+Green+Blue) = 95+20+173=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F14AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F14AD is #A0EB52. Grayscale: #3B3B3B. Windows color (decimal): -10546003 or 11342943. OLE color: 11342943.
HSL color Cylindrical-coordinate representation of color #5F14AD: hue angle of 269.41º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F14AD is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 20 | 173 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.32 |
| HSL | 269.41º | 0.79% | 0.38% | - |
| HSV(B) | 269.41º | 0.88% | 0.68% | - |
| XYZ | 12.51 | 5.95 | 40.02 | - |
| YUV | 59.87 | 191.85 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 20 | 173 | 0.45 | 0.88 | 0 | 0.32 | 269.41 | 0.79 | 0.38 |
| Hex | 5F | 14 | AD | 2D | 58 | 0 | 20 | 10D | 4F | 26 |
| Octal | 137 | 24 | 255 | 55 | 130 | 0 | 40 | 415 | 117 | 46 |
| Binary | 1011111 | 10100 | 10101101 | 101101 | 1011000 | 0 | 100000 | 100001101 | 1001111 | 100110 |
Color Harmonies of #5F14AD
Complementary color
Monochromatic Colors of #5F14AD
Black with #5F14AD
Text Example
Text Example
White with #5F14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F14AD; }
p { color: rgb(95,20,173); }
H1.HeaderClassName
{
color: #5F14AD;
}
.AnyTagClassName
{
color: #5F14AD;
}
</style>
background-color css
<style>
a { background-color: #5F14AD; }
a { background-color: rgb(95,20,173); }
div.DivClassName
{
background-color: #5F14AD;
}
.BgClassName
{
background-color: #5F14AD;
}
</style>
border-color css
<style>
span { border-color: #5F14AD; }
span { border-color: rgb(95,20,173); }
td.TdClassName
{
border-color: #5F14AD;
}
.TagClassName
{
border-color: #5F14AD;
}
</style>