Shades of Purple Heart #6014AA
Tints of Purple Heart #6014AA
RGB
CMYK
RGB Variations
Color information
#6014AA (or 0x6014AA) is known color: Purple Heart. HEX triplet: 60, 14 and AA. RGB value is (96,20,170). Sum of RGB (Red+Green+Blue) = 96+20+170=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #6014AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6014AA is #9FEB55. Grayscale: #3B3B3B. Windows color (decimal): -10480470 or 11146336. OLE color: 11146336.
HSL color Cylindrical-coordinate representation of color #6014AA: hue angle of 270.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6014AA is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 20 | 170 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.33 |
| HSL | 270.4º | 0.79% | 0.37% | - |
| HSV(B) | 270.4º | 0.88% | 0.67% | - |
| XYZ | 12.33 | 5.89 | 38.52 | - |
| YUV | 59.82 | 190.18 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 170 | 0.44 | 0.88 | 0 | 0.33 | 270.4 | 0.79 | 0.37 |
| Hex | 60 | 14 | AA | 2C | 58 | 0 | 21 | 10E | 4F | 25 |
| Octal | 140 | 24 | 252 | 54 | 130 | 0 | 41 | 416 | 117 | 45 |
| Binary | 1100000 | 10100 | 10101010 | 101100 | 1011000 | 0 | 100001 | 100001110 | 1001111 | 100101 |
Color Harmonies of #6014AA
Complementary color
Monochromatic Colors of #6014AA
Black with #6014AA
Text Example
Text Example
White with #6014AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6014AA; }
p { color: rgb(96,20,170); }
H1.HeaderClassName
{
color: #6014AA;
}
.AnyTagClassName
{
color: #6014AA;
}
</style>
background-color css
<style>
a { background-color: #6014AA; }
a { background-color: rgb(96,20,170); }
div.DivClassName
{
background-color: #6014AA;
}
.BgClassName
{
background-color: #6014AA;
}
</style>
border-color css
<style>
span { border-color: #6014AA; }
span { border-color: rgb(96,20,170); }
td.TdClassName
{
border-color: #6014AA;
}
.TagClassName
{
border-color: #6014AA;
}
</style>