Shades of Purple Heart #682EDB
Tints of Purple Heart #682EDB
RGB
CMYK
RGB Variations
Color information
#682EDB (or 0x682EDB) is known color: Purple Heart. HEX triplet: 68, 2E and DB. RGB value is (104,46,219). Sum of RGB (Red+Green+Blue) = 104+46+219=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #682EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682EDB is #97D124. Grayscale: #525252. Windows color (decimal): -9949477 or 14364264. OLE color: 14364264.
HSL color Cylindrical-coordinate representation of color #682EDB: hue angle of 260.12º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #682EDB is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 46 | 219 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.14 |
| HSL | 260.12º | 0.71% | 0.52% | - |
| HSV(B) | 260.12º | 0.79% | 0.86% | - |
| XYZ | 19.47 | 10.01 | 67.92 | - |
| YUV | 83.06 | 204.72 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 219 | 0.53 | 0.79 | 0 | 0.14 | 260.12 | 0.71 | 0.52 |
| Hex | 68 | 2E | DB | 35 | 4F | 0 | E | 104 | 47 | 34 |
| Octal | 150 | 56 | 333 | 65 | 117 | 0 | 16 | 404 | 107 | 64 |
| Binary | 1101000 | 101110 | 11011011 | 110101 | 1001111 | 0 | 1110 | 100000100 | 1000111 | 110100 |
Color Harmonies of #682EDB
Complementary color
Monochromatic Colors of #682EDB
Black with #682EDB
Text Example
Text Example
White with #682EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682EDB; }
p { color: rgb(104,46,219); }
H1.HeaderClassName
{
color: #682EDB;
}
.AnyTagClassName
{
color: #682EDB;
}
</style>
background-color css
<style>
a { background-color: #682EDB; }
a { background-color: rgb(104,46,219); }
div.DivClassName
{
background-color: #682EDB;
}
.BgClassName
{
background-color: #682EDB;
}
</style>
border-color css
<style>
span { border-color: #682EDB; }
span { border-color: rgb(104,46,219); }
td.TdClassName
{
border-color: #682EDB;
}
.TagClassName
{
border-color: #682EDB;
}
</style>