Shades of Purple Heart #6119AB
Tints of Purple Heart #6119AB
RGB
CMYK
RGB Variations
Color information
#6119AB (or 0x6119AB) is known color: Purple Heart. HEX triplet: 61, 19 and AB. RGB value is (97,25,171). Sum of RGB (Red+Green+Blue) = 97+25+171=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #6119AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6119AB is #9EE654. Grayscale: #3E3E3E. Windows color (decimal): -10413653 or 11213153. OLE color: 11213153.
HSL color Cylindrical-coordinate representation of color #6119AB: hue angle of 269.59º 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 #6119AB is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 25 | 171 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.33 |
| HSL | 269.59º | 0.74% | 0.38% | - |
| HSV(B) | 269.59º | 0.85% | 0.67% | - |
| XYZ | 12.63 | 6.18 | 39.05 | - |
| YUV | 63.17 | 188.85 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 171 | 0.43 | 0.85 | 0 | 0.33 | 269.59 | 0.74 | 0.38 |
| Hex | 61 | 19 | AB | 2B | 55 | 0 | 21 | 10E | 4A | 26 |
| Octal | 141 | 31 | 253 | 53 | 125 | 0 | 41 | 416 | 112 | 46 |
| Binary | 1100001 | 11001 | 10101011 | 101011 | 1010101 | 0 | 100001 | 100001110 | 1001010 | 100110 |
Color Harmonies of #6119AB
Complementary color
Monochromatic Colors of #6119AB
Black with #6119AB
Text Example
Text Example
White with #6119AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6119AB; }
p { color: rgb(97,25,171); }
H1.HeaderClassName
{
color: #6119AB;
}
.AnyTagClassName
{
color: #6119AB;
}
</style>
background-color css
<style>
a { background-color: #6119AB; }
a { background-color: rgb(97,25,171); }
div.DivClassName
{
background-color: #6119AB;
}
.BgClassName
{
background-color: #6119AB;
}
</style>
border-color css
<style>
span { border-color: #6119AB; }
span { border-color: rgb(97,25,171); }
td.TdClassName
{
border-color: #6119AB;
}
.TagClassName
{
border-color: #6119AB;
}
</style>