Shades of Purple Heart #683ADE
Tints of Purple Heart #683ADE
RGB
CMYK
RGB Variations
Color information
#683ADE (or 0x683ADE) is known color: Purple Heart. HEX triplet: 68, 3A and DE. RGB value is (104,58,222). Sum of RGB (Red+Green+Blue) = 104+58+222=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #683ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683ADE is #97C521. Grayscale: #595959. Windows color (decimal): -9946402 or 14563944. OLE color: 14563944.
HSL color Cylindrical-coordinate representation of color #683ADE: hue angle of 256.83º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #683ADE is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 58 | 222 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.13 |
| HSL | 256.83º | 0.71% | 0.55% | - |
| HSV(B) | 256.83º | 0.74% | 0.87% | - |
| XYZ | 20.41 | 11.24 | 70.2 | - |
| YUV | 90.45 | 202.24 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 222 | 0.53 | 0.74 | 0 | 0.13 | 256.83 | 0.71 | 0.55 |
| Hex | 68 | 3A | DE | 35 | 4A | 0 | D | 101 | 47 | 37 |
| Octal | 150 | 72 | 336 | 65 | 112 | 0 | 15 | 401 | 107 | 67 |
| Binary | 1101000 | 111010 | 11011110 | 110101 | 1001010 | 0 | 1101 | 100000001 | 1000111 | 110111 |
Color Harmonies of #683ADE
Complementary color
Monochromatic Colors of #683ADE
Black with #683ADE
Text Example
Text Example
White with #683ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683ADE; }
p { color: rgb(104,58,222); }
H1.HeaderClassName
{
color: #683ADE;
}
.AnyTagClassName
{
color: #683ADE;
}
</style>
background-color css
<style>
a { background-color: #683ADE; }
a { background-color: rgb(104,58,222); }
div.DivClassName
{
background-color: #683ADE;
}
.BgClassName
{
background-color: #683ADE;
}
</style>
border-color css
<style>
span { border-color: #683ADE; }
span { border-color: rgb(104,58,222); }
td.TdClassName
{
border-color: #683ADE;
}
.TagClassName
{
border-color: #683ADE;
}
</style>