Shades of Purple Heart #691AAC
Tints of Purple Heart #691AAC
RGB
CMYK
RGB Variations
Color information
#691AAC (or 0x691AAC) is known color: Purple Heart. HEX triplet: 69, 1A and AC. RGB value is (105,26,172). Sum of RGB (Red+Green+Blue) = 105+26+172=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #691AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691AAC is #96E553. Grayscale: #414141. Windows color (decimal): -9889108 or 11278953. OLE color: 11278953.
HSL color Cylindrical-coordinate representation of color #691AAC: hue angle of 272.47º 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 #691AAC is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 26 | 172 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.33 |
| HSL | 272.47º | 0.74% | 0.39% | - |
| HSV(B) | 272.47º | 0.85% | 0.67% | - |
| XYZ | 13.64 | 6.72 | 39.61 | - |
| YUV | 66.27 | 187.67 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 172 | 0.39 | 0.85 | 0 | 0.33 | 272.47 | 0.74 | 0.39 |
| Hex | 69 | 1A | AC | 27 | 55 | 0 | 21 | 110 | 4A | 27 |
| Octal | 151 | 32 | 254 | 47 | 125 | 0 | 41 | 420 | 112 | 47 |
| Binary | 1101001 | 11010 | 10101100 | 100111 | 1010101 | 0 | 100001 | 100010000 | 1001010 | 100111 |
Color Harmonies of #691AAC
Complementary color
Monochromatic Colors of #691AAC
Black with #691AAC
Text Example
Text Example
White with #691AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691AAC; }
p { color: rgb(105,26,172); }
H1.HeaderClassName
{
color: #691AAC;
}
.AnyTagClassName
{
color: #691AAC;
}
</style>
background-color css
<style>
a { background-color: #691AAC; }
a { background-color: rgb(105,26,172); }
div.DivClassName
{
background-color: #691AAC;
}
.BgClassName
{
background-color: #691AAC;
}
</style>
border-color css
<style>
span { border-color: #691AAC; }
span { border-color: rgb(105,26,172); }
td.TdClassName
{
border-color: #691AAC;
}
.TagClassName
{
border-color: #691AAC;
}
</style>