Shades of Purple Heart #691FA9
Tints of Purple Heart #691FA9
RGB
CMYK
RGB Variations
Color information
#691FA9 (or 0x691FA9) is known color: Purple Heart. HEX triplet: 69, 1F and A9. RGB value is (105,31,169). Sum of RGB (Red+Green+Blue) = 105+31+169=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 169 (66.41% from 255 or 55.41% from 305); Max value from RGB is 169 - color contains mainly: blue. Hex color #691FA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691FA9 is #96E056. Grayscale: #444444. Windows color (decimal): -9887831 or 11083625. OLE color: 11083625.
HSL color Cylindrical-coordinate representation of color #691FA9: hue angle of 272.17º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #691FA9 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 31 | 169 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.34 |
| HSL | 272.17º | 0.69% | 0.39% | - |
| HSV(B) | 272.17º | 0.82% | 0.66% | - |
| XYZ | 13.48 | 6.85 | 38.15 | - |
| YUV | 68.86 | 184.52 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 169 | 0.38 | 0.82 | 0 | 0.34 | 272.17 | 0.69 | 0.39 |
| Hex | 69 | 1F | A9 | 26 | 52 | 0 | 22 | 110 | 45 | 27 |
| Octal | 151 | 37 | 251 | 46 | 122 | 0 | 42 | 420 | 105 | 47 |
| Binary | 1101001 | 11111 | 10101001 | 100110 | 1010010 | 0 | 100010 | 100010000 | 1000101 | 100111 |
Color Harmonies of #691FA9
Complementary color
Monochromatic Colors of #691FA9
Black with #691FA9
Text Example
Text Example
White with #691FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691FA9; }
p { color: rgb(105,31,169); }
H1.HeaderClassName
{
color: #691FA9;
}
.AnyTagClassName
{
color: #691FA9;
}
</style>
background-color css
<style>
a { background-color: #691FA9; }
a { background-color: rgb(105,31,169); }
div.DivClassName
{
background-color: #691FA9;
}
.BgClassName
{
background-color: #691FA9;
}
</style>
border-color css
<style>
span { border-color: #691FA9; }
span { border-color: rgb(105,31,169); }
td.TdClassName
{
border-color: #691FA9;
}
.TagClassName
{
border-color: #691FA9;
}
</style>