Shades of Purple Heart #691ACE
Tints of Purple Heart #691ACE
RGB
CMYK
RGB Variations
Color information
#691ACE (or 0x691ACE) is known color: Purple Heart. HEX triplet: 69, 1A and CE. RGB value is (105,26,206). Sum of RGB (Red+Green+Blue) = 105+26+206=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #691ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691ACE is #96E531. Grayscale: #454545. Windows color (decimal): -9889074 or 13507177. OLE color: 13507177.
HSL color Cylindrical-coordinate representation of color #691ACE: hue angle of 266.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691ACE is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 26 | 206 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.19 |
| HSL | 266.33º | 0.78% | 0.45% | - |
| HSV(B) | 266.33º | 0.87% | 0.81% | - |
| XYZ | 17.34 | 8.2 | 59.06 | - |
| YUV | 70.14 | 204.67 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 206 | 0.49 | 0.87 | 0 | 0.19 | 266.33 | 0.78 | 0.45 |
| Hex | 69 | 1A | CE | 31 | 57 | 0 | 13 | 10A | 4E | 2D |
| Octal | 151 | 32 | 316 | 61 | 127 | 0 | 23 | 412 | 116 | 55 |
| Binary | 1101001 | 11010 | 11001110 | 110001 | 1010111 | 0 | 10011 | 100001010 | 1001110 | 101101 |
Color Harmonies of #691ACE
Complementary color
Monochromatic Colors of #691ACE
Black with #691ACE
Text Example
Text Example
White with #691ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691ACE; }
p { color: rgb(105,26,206); }
H1.HeaderClassName
{
color: #691ACE;
}
.AnyTagClassName
{
color: #691ACE;
}
</style>
background-color css
<style>
a { background-color: #691ACE; }
a { background-color: rgb(105,26,206); }
div.DivClassName
{
background-color: #691ACE;
}
.BgClassName
{
background-color: #691ACE;
}
</style>
border-color css
<style>
span { border-color: #691ACE; }
span { border-color: rgb(105,26,206); }
td.TdClassName
{
border-color: #691ACE;
}
.TagClassName
{
border-color: #691ACE;
}
</style>