Shades of Purple Heart #682BDB
Tints of Purple Heart #682BDB
RGB
CMYK
RGB Variations
Color information
#682BDB (or 0x682BDB) is known color: Purple Heart. HEX triplet: 68, 2B and DB. RGB value is (104,43,219). Sum of RGB (Red+Green+Blue) = 104+43+219=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #682BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BDB is #97D424. Grayscale: #505050. Windows color (decimal): -9950245 or 14363496. OLE color: 14363496.
HSL color Cylindrical-coordinate representation of color #682BDB: hue angle of 260.8º 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 #682BDB is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 43 | 219 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.14 |
| HSL | 260.8º | 0.71% | 0.51% | - |
| HSV(B) | 260.8º | 0.8% | 0.86% | - |
| XYZ | 19.36 | 9.79 | 67.89 | - |
| YUV | 81.3 | 205.71 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 219 | 0.53 | 0.80 | 0 | 0.14 | 260.8 | 0.71 | 0.51 |
| Hex | 68 | 2B | DB | 35 | 50 | 0 | E | 105 | 47 | 33 |
| Octal | 150 | 53 | 333 | 65 | 120 | 0 | 16 | 405 | 107 | 63 |
| Binary | 1101000 | 101011 | 11011011 | 110101 | 1010000 | 0 | 1110 | 100000101 | 1000111 | 110011 |
Color Harmonies of #682BDB
Complementary color
Monochromatic Colors of #682BDB
Black with #682BDB
Text Example
Text Example
White with #682BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682BDB; }
p { color: rgb(104,43,219); }
H1.HeaderClassName
{
color: #682BDB;
}
.AnyTagClassName
{
color: #682BDB;
}
</style>
background-color css
<style>
a { background-color: #682BDB; }
a { background-color: rgb(104,43,219); }
div.DivClassName
{
background-color: #682BDB;
}
.BgClassName
{
background-color: #682BDB;
}
</style>
border-color css
<style>
span { border-color: #682BDB; }
span { border-color: rgb(104,43,219); }
td.TdClassName
{
border-color: #682BDB;
}
.TagClassName
{
border-color: #682BDB;
}
</style>