Shades of Purple Heart #683DDB
Tints of Purple Heart #683DDB
RGB
CMYK
RGB Variations
Color information
#683DDB (or 0x683DDB) is known color: Purple Heart. HEX triplet: 68, 3D and DB. RGB value is (104,61,219). Sum of RGB (Red+Green+Blue) = 104+61+219=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #683DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683DDB is #97C224. Grayscale: #5B5B5B. Windows color (decimal): -9945637 or 14368104. OLE color: 14368104.
HSL color Cylindrical-coordinate representation of color #683DDB: hue angle of 256.33º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #683DDB is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 61 | 219 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.14 |
| HSL | 256.33º | 0.69% | 0.55% | - |
| HSV(B) | 256.33º | 0.72% | 0.86% | - |
| XYZ | 20.16 | 11.4 | 68.15 | - |
| YUV | 91.87 | 199.75 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 219 | 0.53 | 0.72 | 0 | 0.14 | 256.33 | 0.69 | 0.55 |
| Hex | 68 | 3D | DB | 35 | 48 | 0 | E | 100 | 45 | 37 |
| Octal | 150 | 75 | 333 | 65 | 110 | 0 | 16 | 400 | 105 | 67 |
| Binary | 1101000 | 111101 | 11011011 | 110101 | 1001000 | 0 | 1110 | 100000000 | 1000101 | 110111 |
Color Harmonies of #683DDB
Complementary color
Monochromatic Colors of #683DDB
Black with #683DDB
Text Example
Text Example
White with #683DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DDB; }
p { color: rgb(104,61,219); }
H1.HeaderClassName
{
color: #683DDB;
}
.AnyTagClassName
{
color: #683DDB;
}
</style>
background-color css
<style>
a { background-color: #683DDB; }
a { background-color: rgb(104,61,219); }
div.DivClassName
{
background-color: #683DDB;
}
.BgClassName
{
background-color: #683DDB;
}
</style>
border-color css
<style>
span { border-color: #683DDB; }
span { border-color: rgb(104,61,219); }
td.TdClassName
{
border-color: #683DDB;
}
.TagClassName
{
border-color: #683DDB;
}
</style>