Shades of Purple Heart #611AAA
Tints of Purple Heart #611AAA
RGB
CMYK
RGB Variations
Color information
#611AAA (or 0x611AAA) is known color: Purple Heart. HEX triplet: 61, 1A and AA. RGB value is (97,26,170). Sum of RGB (Red+Green+Blue) = 97+26+170=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #611AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611AAA is #9EE555. Grayscale: #3F3F3F. Windows color (decimal): -10413398 or 11147873. OLE color: 11147873.
HSL color Cylindrical-coordinate representation of color #611AAA: hue angle of 269.58º degrees, saturation: 0.73, 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 #611AAA is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 26 | 170 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.33 |
| HSL | 269.58º | 0.73% | 0.38% | - |
| HSV(B) | 269.58º | 0.85% | 0.67% | - |
| XYZ | 12.55 | 6.18 | 38.56 | - |
| YUV | 63.65 | 188.02 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 170 | 0.43 | 0.85 | 0 | 0.33 | 269.58 | 0.73 | 0.38 |
| Hex | 61 | 1A | AA | 2B | 55 | 0 | 21 | 10E | 49 | 26 |
| Octal | 141 | 32 | 252 | 53 | 125 | 0 | 41 | 416 | 111 | 46 |
| Binary | 1100001 | 11010 | 10101010 | 101011 | 1010101 | 0 | 100001 | 100001110 | 1001001 | 100110 |
Color Harmonies of #611AAA
Complementary color
Monochromatic Colors of #611AAA
Black with #611AAA
Text Example
Text Example
White with #611AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611AAA; }
p { color: rgb(97,26,170); }
H1.HeaderClassName
{
color: #611AAA;
}
.AnyTagClassName
{
color: #611AAA;
}
</style>
background-color css
<style>
a { background-color: #611AAA; }
a { background-color: rgb(97,26,170); }
div.DivClassName
{
background-color: #611AAA;
}
.BgClassName
{
background-color: #611AAA;
}
</style>
border-color css
<style>
span { border-color: #611AAA; }
span { border-color: rgb(97,26,170); }
td.TdClassName
{
border-color: #611AAA;
}
.TagClassName
{
border-color: #611AAA;
}
</style>