Shades of Purple Heart #683BDE
Tints of Purple Heart #683BDE
RGB
CMYK
RGB Variations
Color information
#683BDE (or 0x683BDE) is known color: Purple Heart. HEX triplet: 68, 3B and DE. RGB value is (104,59,222). Sum of RGB (Red+Green+Blue) = 104+59+222=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #683BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683BDE is #97C421. Grayscale: #5A5A5A. Windows color (decimal): -9946146 or 14564200. OLE color: 14564200.
HSL color Cylindrical-coordinate representation of color #683BDE: hue angle of 256.56º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #683BDE is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 59 | 222 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.13 |
| HSL | 256.56º | 0.71% | 0.55% | - |
| HSV(B) | 256.56º | 0.73% | 0.87% | - |
| XYZ | 20.46 | 11.34 | 70.22 | - |
| YUV | 91.04 | 201.91 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 222 | 0.53 | 0.73 | 0 | 0.13 | 256.56 | 0.71 | 0.55 |
| Hex | 68 | 3B | DE | 35 | 49 | 0 | D | 101 | 47 | 37 |
| Octal | 150 | 73 | 336 | 65 | 111 | 0 | 15 | 401 | 107 | 67 |
| Binary | 1101000 | 111011 | 11011110 | 110101 | 1001001 | 0 | 1101 | 100000001 | 1000111 | 110111 |
Color Harmonies of #683BDE
Complementary color
Monochromatic Colors of #683BDE
Black with #683BDE
Text Example
Text Example
White with #683BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683BDE; }
p { color: rgb(104,59,222); }
H1.HeaderClassName
{
color: #683BDE;
}
.AnyTagClassName
{
color: #683BDE;
}
</style>
background-color css
<style>
a { background-color: #683BDE; }
a { background-color: rgb(104,59,222); }
div.DivClassName
{
background-color: #683BDE;
}
.BgClassName
{
background-color: #683BDE;
}
</style>
border-color css
<style>
span { border-color: #683BDE; }
span { border-color: rgb(104,59,222); }
td.TdClassName
{
border-color: #683BDE;
}
.TagClassName
{
border-color: #683BDE;
}
</style>