Shades of Purple Heart #691DBB
Tints of Purple Heart #691DBB
RGB
CMYK
RGB Variations
Color information
#691DBB (or 0x691DBB) is known color: Purple Heart. HEX triplet: 69, 1D and BB. RGB value is (105,29,187). Sum of RGB (Red+Green+Blue) = 105+29+187=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #691DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691DBB is #96E244. Grayscale: #454545. Windows color (decimal): -9888325 or 12262761. OLE color: 12262761.
HSL color Cylindrical-coordinate representation of color #691DBB: hue angle of 268.86º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691DBB is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 29 | 187 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.27 |
| HSL | 268.86º | 0.73% | 0.42% | - |
| HSV(B) | 268.86º | 0.84% | 0.73% | - |
| XYZ | 15.23 | 7.47 | 47.65 | - |
| YUV | 69.74 | 194.18 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 187 | 0.44 | 0.84 | 0 | 0.27 | 268.86 | 0.73 | 0.42 |
| Hex | 69 | 1D | BB | 2C | 54 | 0 | 1B | 10D | 49 | 2A |
| Octal | 151 | 35 | 273 | 54 | 124 | 0 | 33 | 415 | 111 | 52 |
| Binary | 1101001 | 11101 | 10111011 | 101100 | 1010100 | 0 | 11011 | 100001101 | 1001001 | 101010 |
Color Harmonies of #691DBB
Complementary color
Monochromatic Colors of #691DBB
Black with #691DBB
Text Example
Text Example
White with #691DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691DBB; }
p { color: rgb(105,29,187); }
H1.HeaderClassName
{
color: #691DBB;
}
.AnyTagClassName
{
color: #691DBB;
}
</style>
background-color css
<style>
a { background-color: #691DBB; }
a { background-color: rgb(105,29,187); }
div.DivClassName
{
background-color: #691DBB;
}
.BgClassName
{
background-color: #691DBB;
}
</style>
border-color css
<style>
span { border-color: #691DBB; }
span { border-color: rgb(105,29,187); }
td.TdClassName
{
border-color: #691DBB;
}
.TagClassName
{
border-color: #691DBB;
}
</style>