Shades of Purple Heart #691ADD
Tints of Purple Heart #691ADD
RGB
CMYK
RGB Variations
Color information
#691ADD (or 0x691ADD) is known color: Purple Heart. HEX triplet: 69, 1A and DD. RGB value is (105,26,221). Sum of RGB (Red+Green+Blue) = 105+26+221=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #691ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691ADD is #96E522. Grayscale: #474747. Windows color (decimal): -9889059 or 14490217. OLE color: 14490217.
HSL color Cylindrical-coordinate representation of color #691ADD: hue angle of 264.31º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691ADD is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 26 | 221 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.13 |
| HSL | 264.31º | 0.79% | 0.48% | - |
| HSV(B) | 264.31º | 0.88% | 0.87% | - |
| XYZ | 19.25 | 8.96 | 69.12 | - |
| YUV | 71.85 | 212.17 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 221 | 0.52 | 0.88 | 0 | 0.13 | 264.31 | 0.79 | 0.48 |
| Hex | 69 | 1A | DD | 34 | 58 | 0 | D | 108 | 4F | 30 |
| Octal | 151 | 32 | 335 | 64 | 130 | 0 | 15 | 410 | 117 | 60 |
| Binary | 1101001 | 11010 | 11011101 | 110100 | 1011000 | 0 | 1101 | 100001000 | 1001111 | 110000 |
Color Harmonies of #691ADD
Complementary color
Monochromatic Colors of #691ADD
Black with #691ADD
Text Example
Text Example
White with #691ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691ADD; }
p { color: rgb(105,26,221); }
H1.HeaderClassName
{
color: #691ADD;
}
.AnyTagClassName
{
color: #691ADD;
}
</style>
background-color css
<style>
a { background-color: #691ADD; }
a { background-color: rgb(105,26,221); }
div.DivClassName
{
background-color: #691ADD;
}
.BgClassName
{
background-color: #691ADD;
}
</style>
border-color css
<style>
span { border-color: #691ADD; }
span { border-color: rgb(105,26,221); }
td.TdClassName
{
border-color: #691ADD;
}
.TagClassName
{
border-color: #691ADD;
}
</style>