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