Shades of Purple Heart #691DDB
Tints of Purple Heart #691DDB
RGB
CMYK
RGB Variations
Color information
#691DDB (or 0x691DDB) is known color: Purple Heart. HEX triplet: 69, 1D and DB. RGB value is (105,29,219). Sum of RGB (Red+Green+Blue) = 105+29+219=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #691DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691DDB is #96E224. Grayscale: #484848. Windows color (decimal): -9888293 or 14359913. OLE color: 14359913.
HSL color Cylindrical-coordinate representation of color #691DDB: hue angle of 264º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691DDB is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 29 | 219 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.14 |
| HSL | 264º | 0.77% | 0.49% | - |
| HSV(B) | 264º | 0.87% | 0.86% | - |
| XYZ | 19.05 | 9 | 67.75 | - |
| YUV | 73.38 | 210.18 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 219 | 0.52 | 0.87 | 0 | 0.14 | 264 | 0.77 | 0.49 |
| Hex | 69 | 1D | DB | 34 | 57 | 0 | E | 108 | 4D | 31 |
| Octal | 151 | 35 | 333 | 64 | 127 | 0 | 16 | 410 | 115 | 61 |
| Binary | 1101001 | 11101 | 11011011 | 110100 | 1010111 | 0 | 1110 | 100001000 | 1001101 | 110001 |
Color Harmonies of #691DDB
Complementary color
Monochromatic Colors of #691DDB
Black with #691DDB
Text Example
Text Example
White with #691DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691DDB; }
p { color: rgb(105,29,219); }
H1.HeaderClassName
{
color: #691DDB;
}
.AnyTagClassName
{
color: #691DDB;
}
</style>
background-color css
<style>
a { background-color: #691DDB; }
a { background-color: rgb(105,29,219); }
div.DivClassName
{
background-color: #691DDB;
}
.BgClassName
{
background-color: #691DDB;
}
</style>
border-color css
<style>
span { border-color: #691DDB; }
span { border-color: rgb(105,29,219); }
td.TdClassName
{
border-color: #691DDB;
}
.TagClassName
{
border-color: #691DDB;
}
</style>