Shades of Purple Heart #692BDB
Tints of Purple Heart #692BDB
RGB
CMYK
RGB Variations
Color information
#692BDB (or 0x692BDB) is known color: Purple Heart. HEX triplet: 69, 2B and DB. RGB value is (105,43,219). Sum of RGB (Red+Green+Blue) = 105+43+219=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #692BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692BDB is #96D424. Grayscale: #505050. Windows color (decimal): -9884709 or 14363497. OLE color: 14363497.
HSL color Cylindrical-coordinate representation of color #692BDB: hue angle of 261.14º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #692BDB is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 43 | 219 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.14 |
| HSL | 261.14º | 0.71% | 0.51% | - |
| HSV(B) | 261.14º | 0.8% | 0.86% | - |
| XYZ | 19.48 | 9.85 | 67.89 | - |
| YUV | 81.6 | 205.54 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 219 | 0.52 | 0.80 | 0 | 0.14 | 261.14 | 0.71 | 0.51 |
| Hex | 69 | 2B | DB | 34 | 50 | 0 | E | 105 | 47 | 33 |
| Octal | 151 | 53 | 333 | 64 | 120 | 0 | 16 | 405 | 107 | 63 |
| Binary | 1101001 | 101011 | 11011011 | 110100 | 1010000 | 0 | 1110 | 100000101 | 1000111 | 110011 |
Color Harmonies of #692BDB
Complementary color
Monochromatic Colors of #692BDB
Black with #692BDB
Text Example
Text Example
White with #692BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692BDB; }
p { color: rgb(105,43,219); }
H1.HeaderClassName
{
color: #692BDB;
}
.AnyTagClassName
{
color: #692BDB;
}
</style>
background-color css
<style>
a { background-color: #692BDB; }
a { background-color: rgb(105,43,219); }
div.DivClassName
{
background-color: #692BDB;
}
.BgClassName
{
background-color: #692BDB;
}
</style>
border-color css
<style>
span { border-color: #692BDB; }
span { border-color: rgb(105,43,219); }
td.TdClassName
{
border-color: #692BDB;
}
.TagClassName
{
border-color: #692BDB;
}
</style>