Shades of Purple Heart #6014AB
Tints of Purple Heart #6014AB
RGB
CMYK
RGB Variations
Color information
#6014AB (or 0x6014AB) is known color: Purple Heart. HEX triplet: 60, 14 and AB. RGB value is (96,20,171). Sum of RGB (Red+Green+Blue) = 96+20+171=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #6014AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6014AB is #9FEB54. Grayscale: #3B3B3B. Windows color (decimal): -10480469 or 11211872. OLE color: 11211872.
HSL color Cylindrical-coordinate representation of color #6014AB: hue angle of 270.2º 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 #6014AB is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 20 | 171 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.33 |
| HSL | 270.2º | 0.79% | 0.37% | - |
| HSV(B) | 270.2º | 0.88% | 0.67% | - |
| XYZ | 12.42 | 5.93 | 39.02 | - |
| YUV | 59.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 171 | 0.44 | 0.88 | 0 | 0.33 | 270.2 | 0.79 | 0.37 |
| Hex | 60 | 14 | AB | 2C | 58 | 0 | 21 | 10E | 4F | 25 |
| Octal | 140 | 24 | 253 | 54 | 130 | 0 | 41 | 416 | 117 | 45 |
| Binary | 1100000 | 10100 | 10101011 | 101100 | 1011000 | 0 | 100001 | 100001110 | 1001111 | 100101 |
Color Harmonies of #6014AB
Complementary color
Monochromatic Colors of #6014AB
Black with #6014AB
Text Example
Text Example
White with #6014AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6014AB; }
p { color: rgb(96,20,171); }
H1.HeaderClassName
{
color: #6014AB;
}
.AnyTagClassName
{
color: #6014AB;
}
</style>
background-color css
<style>
a { background-color: #6014AB; }
a { background-color: rgb(96,20,171); }
div.DivClassName
{
background-color: #6014AB;
}
.BgClassName
{
background-color: #6014AB;
}
</style>
border-color css
<style>
span { border-color: #6014AB; }
span { border-color: rgb(96,20,171); }
td.TdClassName
{
border-color: #6014AB;
}
.TagClassName
{
border-color: #6014AB;
}
</style>