Shades of Purple Heart #691AAB
Tints of Purple Heart #691AAB
RGB
CMYK
RGB Variations
Color information
#691AAB (or 0x691AAB) is known color: Purple Heart. HEX triplet: 69, 1A and AB. RGB value is (105,26,171). Sum of RGB (Red+Green+Blue) = 105+26+171=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #691AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691AAB is #96E554. Grayscale: #414141. Windows color (decimal): -9889109 or 11213417. OLE color: 11213417.
HSL color Cylindrical-coordinate representation of color #691AAB: hue angle of 272.69º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691AAB is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 26 | 171 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.33 |
| HSL | 272.69º | 0.74% | 0.39% | - |
| HSV(B) | 272.69º | 0.85% | 0.67% | - |
| XYZ | 13.55 | 6.68 | 39.1 | - |
| YUV | 66.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 171 | 0.39 | 0.85 | 0 | 0.33 | 272.69 | 0.74 | 0.39 |
| Hex | 69 | 1A | AB | 27 | 55 | 0 | 21 | 111 | 4A | 27 |
| Octal | 151 | 32 | 253 | 47 | 125 | 0 | 41 | 421 | 112 | 47 |
| Binary | 1101001 | 11010 | 10101011 | 100111 | 1010101 | 0 | 100001 | 100010001 | 1001010 | 100111 |
Color Harmonies of #691AAB
Complementary color
Monochromatic Colors of #691AAB
Black with #691AAB
Text Example
Text Example
White with #691AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691AAB; }
p { color: rgb(105,26,171); }
H1.HeaderClassName
{
color: #691AAB;
}
.AnyTagClassName
{
color: #691AAB;
}
</style>
background-color css
<style>
a { background-color: #691AAB; }
a { background-color: rgb(105,26,171); }
div.DivClassName
{
background-color: #691AAB;
}
.BgClassName
{
background-color: #691AAB;
}
</style>
border-color css
<style>
span { border-color: #691AAB; }
span { border-color: rgb(105,26,171); }
td.TdClassName
{
border-color: #691AAB;
}
.TagClassName
{
border-color: #691AAB;
}
</style>