Shades of Purple Heart #5F0AAC
Tints of Purple Heart #5F0AAC
RGB
CMYK
RGB Variations
Color information
#5F0AAC (or 0x5F0AAC) is known color: Purple Heart. HEX triplet: 5F, 0A and AC. RGB value is (95,10,172). Sum of RGB (Red+Green+Blue) = 95+10+172=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F0AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0AAC is #A0F553. Grayscale: #353535. Windows color (decimal): -10548564 or 11274847. OLE color: 11274847.
HSL color Cylindrical-coordinate representation of color #5F0AAC: hue angle of 271.48º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0AAC is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 10 | 172 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.33 |
| HSL | 271.48º | 0.89% | 0.36% | - |
| HSV(B) | 271.48º | 0.94% | 0.67% | - |
| XYZ | 12.27 | 5.63 | 39.47 | - |
| YUV | 53.88 | 194.66 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 10 | 172 | 0.45 | 0.94 | 0 | 0.33 | 271.48 | 0.89 | 0.36 |
| Hex | 5F | A | AC | 2D | 5E | 0 | 21 | 10F | 59 | 24 |
| Octal | 137 | 12 | 254 | 55 | 136 | 0 | 41 | 417 | 131 | 44 |
| Binary | 1011111 | 1010 | 10101100 | 101101 | 1011110 | 0 | 100001 | 100001111 | 1011001 | 100100 |
Color Harmonies of #5F0AAC
Complementary color
Monochromatic Colors of #5F0AAC
Black with #5F0AAC
Text Example
Text Example
White with #5F0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0AAC; }
p { color: rgb(95,10,172); }
H1.HeaderClassName
{
color: #5F0AAC;
}
.AnyTagClassName
{
color: #5F0AAC;
}
</style>
background-color css
<style>
a { background-color: #5F0AAC; }
a { background-color: rgb(95,10,172); }
div.DivClassName
{
background-color: #5F0AAC;
}
.BgClassName
{
background-color: #5F0AAC;
}
</style>
border-color css
<style>
span { border-color: #5F0AAC; }
span { border-color: rgb(95,10,172); }
td.TdClassName
{
border-color: #5F0AAC;
}
.TagClassName
{
border-color: #5F0AAC;
}
</style>