Shades of Purple Heart #683AD7
Tints of Purple Heart #683AD7
RGB
CMYK
RGB Variations
Color information
#683AD7 (or 0x683AD7) is known color: Purple Heart. HEX triplet: 68, 3A and D7. RGB value is (104,58,215). Sum of RGB (Red+Green+Blue) = 104+58+215=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #683AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683AD7 is #97C528. Grayscale: #595959. Windows color (decimal): -9946409 or 14105192. OLE color: 14105192.
HSL color Cylindrical-coordinate representation of color #683AD7: hue angle of 257.58º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #683AD7 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 58 | 215 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.16 |
| HSL | 257.58º | 0.66% | 0.54% | - |
| HSV(B) | 257.58º | 0.73% | 0.84% | - |
| XYZ | 19.49 | 10.88 | 65.36 | - |
| YUV | 89.65 | 198.74 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 215 | 0.52 | 0.73 | 0 | 0.16 | 257.58 | 0.66 | 0.54 |
| Hex | 68 | 3A | D7 | 34 | 49 | 0 | 10 | 102 | 42 | 36 |
| Octal | 150 | 72 | 327 | 64 | 111 | 0 | 20 | 402 | 102 | 66 |
| Binary | 1101000 | 111010 | 11010111 | 110100 | 1001001 | 0 | 10000 | 100000010 | 1000010 | 110110 |
Color Harmonies of #683AD7
Complementary color
Monochromatic Colors of #683AD7
Black with #683AD7
Text Example
Text Example
White with #683AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683AD7; }
p { color: rgb(104,58,215); }
H1.HeaderClassName
{
color: #683AD7;
}
.AnyTagClassName
{
color: #683AD7;
}
</style>
background-color css
<style>
a { background-color: #683AD7; }
a { background-color: rgb(104,58,215); }
div.DivClassName
{
background-color: #683AD7;
}
.BgClassName
{
background-color: #683AD7;
}
</style>
border-color css
<style>
span { border-color: #683AD7; }
span { border-color: rgb(104,58,215); }
td.TdClassName
{
border-color: #683AD7;
}
.TagClassName
{
border-color: #683AD7;
}
</style>