Shades of Purple Heart #682ADB
Tints of Purple Heart #682ADB
RGB
CMYK
RGB Variations
Color information
#682ADB (or 0x682ADB) is known color: Purple Heart. HEX triplet: 68, 2A and DB. RGB value is (104,42,219). Sum of RGB (Red+Green+Blue) = 104+42+219=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #682ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682ADB is #97D524. Grayscale: #505050. Windows color (decimal): -9950501 or 14363240. OLE color: 14363240.
HSL color Cylindrical-coordinate representation of color #682ADB: hue angle of 261.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #682ADB is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 42 | 219 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.14 |
| HSL | 261.02º | 0.71% | 0.51% | - |
| HSV(B) | 261.02º | 0.81% | 0.86% | - |
| XYZ | 19.32 | 9.71 | 67.87 | - |
| YUV | 80.72 | 206.04 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 219 | 0.53 | 0.81 | 0 | 0.14 | 261.02 | 0.71 | 0.51 |
| Hex | 68 | 2A | DB | 35 | 51 | 0 | E | 105 | 47 | 33 |
| Octal | 150 | 52 | 333 | 65 | 121 | 0 | 16 | 405 | 107 | 63 |
| Binary | 1101000 | 101010 | 11011011 | 110101 | 1010001 | 0 | 1110 | 100000101 | 1000111 | 110011 |
Color Harmonies of #682ADB
Complementary color
Monochromatic Colors of #682ADB
Black with #682ADB
Text Example
Text Example
White with #682ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682ADB; }
p { color: rgb(104,42,219); }
H1.HeaderClassName
{
color: #682ADB;
}
.AnyTagClassName
{
color: #682ADB;
}
</style>
background-color css
<style>
a { background-color: #682ADB; }
a { background-color: rgb(104,42,219); }
div.DivClassName
{
background-color: #682ADB;
}
.BgClassName
{
background-color: #682ADB;
}
</style>
border-color css
<style>
span { border-color: #682ADB; }
span { border-color: rgb(104,42,219); }
td.TdClassName
{
border-color: #682ADB;
}
.TagClassName
{
border-color: #682ADB;
}
</style>