Shades of Purple Heart #691CDB
Tints of Purple Heart #691CDB
RGB
CMYK
RGB Variations
Color information
#691CDB (or 0x691CDB) is known color: Purple Heart. HEX triplet: 69, 1C and DB. RGB value is (105,28,219). Sum of RGB (Red+Green+Blue) = 105+28+219=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #691CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691CDB is #96E324. Grayscale: #484848. Windows color (decimal): -9888549 or 14359657. OLE color: 14359657.
HSL color Cylindrical-coordinate representation of color #691CDB: hue angle of 264.19º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691CDB is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 28 | 219 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.14 |
| HSL | 264.19º | 0.77% | 0.48% | - |
| HSV(B) | 264.19º | 0.87% | 0.86% | - |
| XYZ | 19.03 | 8.95 | 67.74 | - |
| YUV | 72.8 | 210.51 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 219 | 0.52 | 0.87 | 0 | 0.14 | 264.19 | 0.77 | 0.48 |
| Hex | 69 | 1C | DB | 34 | 57 | 0 | E | 108 | 4D | 30 |
| Octal | 151 | 34 | 333 | 64 | 127 | 0 | 16 | 410 | 115 | 60 |
| Binary | 1101001 | 11100 | 11011011 | 110100 | 1010111 | 0 | 1110 | 100001000 | 1001101 | 110000 |
Color Harmonies of #691CDB
Complementary color
Monochromatic Colors of #691CDB
Black with #691CDB
Text Example
Text Example
White with #691CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691CDB; }
p { color: rgb(105,28,219); }
H1.HeaderClassName
{
color: #691CDB;
}
.AnyTagClassName
{
color: #691CDB;
}
</style>
background-color css
<style>
a { background-color: #691CDB; }
a { background-color: rgb(105,28,219); }
div.DivClassName
{
background-color: #691CDB;
}
.BgClassName
{
background-color: #691CDB;
}
</style>
border-color css
<style>
span { border-color: #691CDB; }
span { border-color: rgb(105,28,219); }
td.TdClassName
{
border-color: #691CDB;
}
.TagClassName
{
border-color: #691CDB;
}
</style>