Shades of Purple Heart #5F0CAA
Tints of Purple Heart #5F0CAA
RGB
CMYK
RGB Variations
Color information
#5F0CAA (or 0x5F0CAA) is known color: Purple Heart. HEX triplet: 5F, 0C and AA. RGB value is (95,12,170). Sum of RGB (Red+Green+Blue) = 95+12+170=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F0CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0CAA is #A0F355. Grayscale: #363636. Windows color (decimal): -10548054 or 11144287. OLE color: 11144287.
HSL color Cylindrical-coordinate representation of color #5F0CAA: hue angle of 271.52º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F0CAA is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 12 | 170 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.33 |
| HSL | 271.52º | 0.87% | 0.36% | - |
| HSV(B) | 271.52º | 0.93% | 0.67% | - |
| XYZ | 12.11 | 5.6 | 38.47 | - |
| YUV | 54.83 | 193 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 170 | 0.44 | 0.93 | 0 | 0.33 | 271.52 | 0.87 | 0.36 |
| Hex | 5F | C | AA | 2C | 5D | 0 | 21 | 110 | 57 | 24 |
| Octal | 137 | 14 | 252 | 54 | 135 | 0 | 41 | 420 | 127 | 44 |
| Binary | 1011111 | 1100 | 10101010 | 101100 | 1011101 | 0 | 100001 | 100010000 | 1010111 | 100100 |
Color Harmonies of #5F0CAA
Complementary color
Monochromatic Colors of #5F0CAA
Black with #5F0CAA
Text Example
Text Example
White with #5F0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0CAA; }
p { color: rgb(95,12,170); }
H1.HeaderClassName
{
color: #5F0CAA;
}
.AnyTagClassName
{
color: #5F0CAA;
}
</style>
background-color css
<style>
a { background-color: #5F0CAA; }
a { background-color: rgb(95,12,170); }
div.DivClassName
{
background-color: #5F0CAA;
}
.BgClassName
{
background-color: #5F0CAA;
}
</style>
border-color css
<style>
span { border-color: #5F0CAA; }
span { border-color: rgb(95,12,170); }
td.TdClassName
{
border-color: #5F0CAA;
}
.TagClassName
{
border-color: #5F0CAA;
}
</style>