Shades of Purple Heart #691AAA
Tints of Purple Heart #691AAA
RGB
CMYK
RGB Variations
Color information
#691AAA (or 0x691AAA) is known color: Purple Heart. HEX triplet: 69, 1A and AA. RGB value is (105,26,170). Sum of RGB (Red+Green+Blue) = 105+26+170=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #691AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691AAA is #96E555. Grayscale: #414141. Windows color (decimal): -9889110 or 11147881. OLE color: 11147881.
HSL color Cylindrical-coordinate representation of color #691AAA: hue angle of 272.92º 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 #691AAA is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 26 | 170 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.33 |
| HSL | 272.92º | 0.73% | 0.38% | - |
| HSV(B) | 272.92º | 0.85% | 0.67% | - |
| XYZ | 13.45 | 6.64 | 38.6 | - |
| YUV | 66.04 | 186.67 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 170 | 0.38 | 0.85 | 0 | 0.33 | 272.92 | 0.73 | 0.38 |
| Hex | 69 | 1A | AA | 26 | 55 | 0 | 21 | 111 | 49 | 26 |
| Octal | 151 | 32 | 252 | 46 | 125 | 0 | 41 | 421 | 111 | 46 |
| Binary | 1101001 | 11010 | 10101010 | 100110 | 1010101 | 0 | 100001 | 100010001 | 1001001 | 100110 |
Color Harmonies of #691AAA
Complementary color
Monochromatic Colors of #691AAA
Black with #691AAA
Text Example
Text Example
White with #691AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691AAA; }
p { color: rgb(105,26,170); }
H1.HeaderClassName
{
color: #691AAA;
}
.AnyTagClassName
{
color: #691AAA;
}
</style>
background-color css
<style>
a { background-color: #691AAA; }
a { background-color: rgb(105,26,170); }
div.DivClassName
{
background-color: #691AAA;
}
.BgClassName
{
background-color: #691AAA;
}
</style>
border-color css
<style>
span { border-color: #691AAA; }
span { border-color: rgb(105,26,170); }
td.TdClassName
{
border-color: #691AAA;
}
.TagClassName
{
border-color: #691AAA;
}
</style>