Shades of Purple Heart #6111AA
Tints of Purple Heart #6111AA
RGB
CMYK
RGB Variations
Color information
#6111AA (or 0x6111AA) is known color: Purple Heart. HEX triplet: 61, 11 and AA. RGB value is (97,17,170). Sum of RGB (Red+Green+Blue) = 97+17+170=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #6111AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6111AA is #9EEE55. Grayscale: #393939. Windows color (decimal): -10415702 or 11145569. OLE color: 11145569.
HSL color Cylindrical-coordinate representation of color #6111AA: hue angle of 271.37º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6111AA is Cyan = 0.43, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 17 | 170 | - |
| CMYK | 0.43 | 0.9 | 0 | 0.33 |
| HSL | 271.37º | 0.82% | 0.37% | - |
| HSV(B) | 271.37º | 0.9% | 0.67% | - |
| XYZ | 12.39 | 5.84 | 38.51 | - |
| YUV | 58.36 | 191 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 170 | 0.43 | 0.9 | 0 | 0.33 | 271.37 | 0.82 | 0.37 |
| Hex | 61 | 11 | AA | 2B | 5A | 0 | 21 | 10F | 52 | 25 |
| Octal | 141 | 21 | 252 | 53 | 132 | 0 | 41 | 417 | 122 | 45 |
| Binary | 1100001 | 10001 | 10101010 | 101011 | 1011010 | 0 | 100001 | 100001111 | 1010010 | 100101 |
Color Harmonies of #6111AA
Complementary color
Monochromatic Colors of #6111AA
Black with #6111AA
Text Example
Text Example
White with #6111AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6111AA; }
p { color: rgb(97,17,170); }
H1.HeaderClassName
{
color: #6111AA;
}
.AnyTagClassName
{
color: #6111AA;
}
</style>
background-color css
<style>
a { background-color: #6111AA; }
a { background-color: rgb(97,17,170); }
div.DivClassName
{
background-color: #6111AA;
}
.BgClassName
{
background-color: #6111AA;
}
</style>
border-color css
<style>
span { border-color: #6111AA; }
span { border-color: rgb(97,17,170); }
td.TdClassName
{
border-color: #6111AA;
}
.TagClassName
{
border-color: #6111AA;
}
</style>