Shades of Purple Heart #6019AB
Tints of Purple Heart #6019AB
RGB
CMYK
RGB Variations
Color information
#6019AB (or 0x6019AB) is known color: Purple Heart. HEX triplet: 60, 19 and AB. RGB value is (96,25,171). Sum of RGB (Red+Green+Blue) = 96+25+171=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #6019AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6019AB is #9FE654. Grayscale: #3E3E3E. Windows color (decimal): -10479189 or 11213152. OLE color: 11213152.
HSL color Cylindrical-coordinate representation of color #6019AB: hue angle of 269.18º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6019AB is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 25 | 171 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.33 |
| HSL | 269.18º | 0.74% | 0.38% | - |
| HSV(B) | 269.18º | 0.85% | 0.67% | - |
| XYZ | 12.52 | 6.12 | 39.05 | - |
| YUV | 62.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 171 | 0.44 | 0.85 | 0 | 0.33 | 269.18 | 0.74 | 0.38 |
| Hex | 60 | 19 | AB | 2C | 55 | 0 | 21 | 10D | 4A | 26 |
| Octal | 140 | 31 | 253 | 54 | 125 | 0 | 41 | 415 | 112 | 46 |
| Binary | 1100000 | 11001 | 10101011 | 101100 | 1010101 | 0 | 100001 | 100001101 | 1001010 | 100110 |
Color Harmonies of #6019AB
Complementary color
Monochromatic Colors of #6019AB
Black with #6019AB
Text Example
Text Example
White with #6019AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6019AB; }
p { color: rgb(96,25,171); }
H1.HeaderClassName
{
color: #6019AB;
}
.AnyTagClassName
{
color: #6019AB;
}
</style>
background-color css
<style>
a { background-color: #6019AB; }
a { background-color: rgb(96,25,171); }
div.DivClassName
{
background-color: #6019AB;
}
.BgClassName
{
background-color: #6019AB;
}
</style>
border-color css
<style>
span { border-color: #6019AB; }
span { border-color: rgb(96,25,171); }
td.TdClassName
{
border-color: #6019AB;
}
.TagClassName
{
border-color: #6019AB;
}
</style>