Shades of Purple Heart #683EDA
Tints of Purple Heart #683EDA
RGB
CMYK
RGB Variations
Color information
#683EDA (or 0x683EDA) is known color: Purple Heart. HEX triplet: 68, 3E and DA. RGB value is (104,62,218). Sum of RGB (Red+Green+Blue) = 104+62+218=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #683EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683EDA is #97C125. Grayscale: #5B5B5B. Windows color (decimal): -9945382 or 14302824. OLE color: 14302824.
HSL color Cylindrical-coordinate representation of color #683EDA: hue angle of 256.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #683EDA is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 62 | 218 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.15 |
| HSL | 256.15º | 0.68% | 0.55% | - |
| HSV(B) | 256.15º | 0.72% | 0.85% | - |
| XYZ | 20.09 | 11.45 | 67.48 | - |
| YUV | 92.34 | 198.91 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 62 | 218 | 0.52 | 0.72 | 0 | 0.15 | 256.15 | 0.68 | 0.55 |
| Hex | 68 | 3E | DA | 34 | 48 | 0 | F | 100 | 44 | 37 |
| Octal | 150 | 76 | 332 | 64 | 110 | 0 | 17 | 400 | 104 | 67 |
| Binary | 1101000 | 111110 | 11011010 | 110100 | 1001000 | 0 | 1111 | 100000000 | 1000100 | 110111 |
Color Harmonies of #683EDA
Complementary color
Monochromatic Colors of #683EDA
Black with #683EDA
Text Example
Text Example
White with #683EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683EDA; }
p { color: rgb(104,62,218); }
H1.HeaderClassName
{
color: #683EDA;
}
.AnyTagClassName
{
color: #683EDA;
}
</style>
background-color css
<style>
a { background-color: #683EDA; }
a { background-color: rgb(104,62,218); }
div.DivClassName
{
background-color: #683EDA;
}
.BgClassName
{
background-color: #683EDA;
}
</style>
border-color css
<style>
span { border-color: #683EDA; }
span { border-color: rgb(104,62,218); }
td.TdClassName
{
border-color: #683EDA;
}
.TagClassName
{
border-color: #683EDA;
}
</style>