Shades of Purple Heart #682CDB
Tints of Purple Heart #682CDB
RGB
CMYK
RGB Variations
Color information
#682CDB (or 0x682CDB) is known color: Purple Heart. HEX triplet: 68, 2C and DB. RGB value is (104,44,219). Sum of RGB (Red+Green+Blue) = 104+44+219=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 44 (17.58% from 255 or 11.99% 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 #682CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CDB is #97D324. Grayscale: #515151. Windows color (decimal): -9949989 or 14363752. OLE color: 14363752.
HSL color Cylindrical-coordinate representation of color #682CDB: hue angle of 260.57º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682CDB is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 44 | 219 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.14 |
| HSL | 260.57º | 0.71% | 0.52% | - |
| HSV(B) | 260.57º | 0.8% | 0.86% | - |
| XYZ | 19.4 | 9.86 | 67.9 | - |
| YUV | 81.89 | 205.38 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 219 | 0.53 | 0.80 | 0 | 0.14 | 260.57 | 0.71 | 0.52 |
| Hex | 68 | 2C | DB | 35 | 50 | 0 | E | 105 | 47 | 34 |
| Octal | 150 | 54 | 333 | 65 | 120 | 0 | 16 | 405 | 107 | 64 |
| Binary | 1101000 | 101100 | 11011011 | 110101 | 1010000 | 0 | 1110 | 100000101 | 1000111 | 110100 |
Color Harmonies of #682CDB
Complementary color
Monochromatic Colors of #682CDB
Black with #682CDB
Text Example
Text Example
White with #682CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CDB; }
p { color: rgb(104,44,219); }
H1.HeaderClassName
{
color: #682CDB;
}
.AnyTagClassName
{
color: #682CDB;
}
</style>
background-color css
<style>
a { background-color: #682CDB; }
a { background-color: rgb(104,44,219); }
div.DivClassName
{
background-color: #682CDB;
}
.BgClassName
{
background-color: #682CDB;
}
</style>
border-color css
<style>
span { border-color: #682CDB; }
span { border-color: rgb(104,44,219); }
td.TdClassName
{
border-color: #682CDB;
}
.TagClassName
{
border-color: #682CDB;
}
</style>