Shades of Purple Heart #683ADB
Tints of Purple Heart #683ADB
RGB
CMYK
RGB Variations
Color information
#683ADB (or 0x683ADB) is known color: Purple Heart. HEX triplet: 68, 3A and DB. RGB value is (104,58,219). Sum of RGB (Red+Green+Blue) = 104+58+219=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #683ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683ADB is #97C524. Grayscale: #595959. Windows color (decimal): -9946405 or 14367336. OLE color: 14367336.
HSL color Cylindrical-coordinate representation of color #683ADB: hue angle of 257.14º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #683ADB is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 58 | 219 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.14 |
| HSL | 257.14º | 0.69% | 0.54% | - |
| HSV(B) | 257.14º | 0.74% | 0.86% | - |
| XYZ | 20.01 | 11.08 | 68.1 | - |
| YUV | 90.11 | 200.74 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 219 | 0.53 | 0.74 | 0 | 0.14 | 257.14 | 0.69 | 0.54 |
| Hex | 68 | 3A | DB | 35 | 4A | 0 | E | 101 | 45 | 36 |
| Octal | 150 | 72 | 333 | 65 | 112 | 0 | 16 | 401 | 105 | 66 |
| Binary | 1101000 | 111010 | 11011011 | 110101 | 1001010 | 0 | 1110 | 100000001 | 1000101 | 110110 |
Color Harmonies of #683ADB
Complementary color
Monochromatic Colors of #683ADB
Black with #683ADB
Text Example
Text Example
White with #683ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683ADB; }
p { color: rgb(104,58,219); }
H1.HeaderClassName
{
color: #683ADB;
}
.AnyTagClassName
{
color: #683ADB;
}
</style>
background-color css
<style>
a { background-color: #683ADB; }
a { background-color: rgb(104,58,219); }
div.DivClassName
{
background-color: #683ADB;
}
.BgClassName
{
background-color: #683ADB;
}
</style>
border-color css
<style>
span { border-color: #683ADB; }
span { border-color: rgb(104,58,219); }
td.TdClassName
{
border-color: #683ADB;
}
.TagClassName
{
border-color: #683ADB;
}
</style>