Shades of Purple Heart #683BDB
Tints of Purple Heart #683BDB
RGB
CMYK
RGB Variations
Color information
#683BDB (or 0x683BDB) is known color: Purple Heart. HEX triplet: 68, 3B and DB. RGB value is (104,59,219). Sum of RGB (Red+Green+Blue) = 104+59+219=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #683BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683BDB is #97C424. Grayscale: #5A5A5A. Windows color (decimal): -9946149 or 14367592. OLE color: 14367592.
HSL color Cylindrical-coordinate representation of color #683BDB: hue angle of 256.88º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #683BDB is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 59 | 219 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.14 |
| HSL | 256.88º | 0.69% | 0.55% | - |
| HSV(B) | 256.88º | 0.73% | 0.86% | - |
| XYZ | 20.06 | 11.19 | 68.12 | - |
| YUV | 90.7 | 200.41 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 219 | 0.53 | 0.73 | 0 | 0.14 | 256.88 | 0.69 | 0.55 |
| Hex | 68 | 3B | DB | 35 | 49 | 0 | E | 101 | 45 | 37 |
| Octal | 150 | 73 | 333 | 65 | 111 | 0 | 16 | 401 | 105 | 67 |
| Binary | 1101000 | 111011 | 11011011 | 110101 | 1001001 | 0 | 1110 | 100000001 | 1000101 | 110111 |
Color Harmonies of #683BDB
Complementary color
Monochromatic Colors of #683BDB
Black with #683BDB
Text Example
Text Example
White with #683BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683BDB; }
p { color: rgb(104,59,219); }
H1.HeaderClassName
{
color: #683BDB;
}
.AnyTagClassName
{
color: #683BDB;
}
</style>
background-color css
<style>
a { background-color: #683BDB; }
a { background-color: rgb(104,59,219); }
div.DivClassName
{
background-color: #683BDB;
}
.BgClassName
{
background-color: #683BDB;
}
</style>
border-color css
<style>
span { border-color: #683BDB; }
span { border-color: rgb(104,59,219); }
td.TdClassName
{
border-color: #683BDB;
}
.TagClassName
{
border-color: #683BDB;
}
</style>