Shades of Purple Heart #683BDA
Tints of Purple Heart #683BDA
RGB
CMYK
RGB Variations
Color information
#683BDA (or 0x683BDA) is known color: Purple Heart. HEX triplet: 68, 3B and DA. RGB value is (104,59,218). Sum of RGB (Red+Green+Blue) = 104+59+218=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #683BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683BDA is #97C425. Grayscale: #595959. Windows color (decimal): -9946150 or 14302056. OLE color: 14302056.
HSL color Cylindrical-coordinate representation of color #683BDA: hue angle of 256.98º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #683BDA is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 59 | 218 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.15 |
| HSL | 256.98º | 0.68% | 0.54% | - |
| HSV(B) | 256.98º | 0.73% | 0.85% | - |
| XYZ | 19.93 | 11.13 | 67.43 | - |
| YUV | 90.58 | 199.91 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 218 | 0.52 | 0.73 | 0 | 0.15 | 256.98 | 0.68 | 0.54 |
| Hex | 68 | 3B | DA | 34 | 49 | 0 | F | 101 | 44 | 36 |
| Octal | 150 | 73 | 332 | 64 | 111 | 0 | 17 | 401 | 104 | 66 |
| Binary | 1101000 | 111011 | 11011010 | 110100 | 1001001 | 0 | 1111 | 100000001 | 1000100 | 110110 |
Color Harmonies of #683BDA
Complementary color
Monochromatic Colors of #683BDA
Black with #683BDA
Text Example
Text Example
White with #683BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683BDA; }
p { color: rgb(104,59,218); }
H1.HeaderClassName
{
color: #683BDA;
}
.AnyTagClassName
{
color: #683BDA;
}
</style>
background-color css
<style>
a { background-color: #683BDA; }
a { background-color: rgb(104,59,218); }
div.DivClassName
{
background-color: #683BDA;
}
.BgClassName
{
background-color: #683BDA;
}
</style>
border-color css
<style>
span { border-color: #683BDA; }
span { border-color: rgb(104,59,218); }
td.TdClassName
{
border-color: #683BDA;
}
.TagClassName
{
border-color: #683BDA;
}
</style>