Shades of Purple Heart #683ADA
Tints of Purple Heart #683ADA
RGB
CMYK
RGB Variations
Color information
#683ADA (or 0x683ADA) is known color: Purple Heart. HEX triplet: 68, 3A and DA. RGB value is (104,58,218). Sum of RGB (Red+Green+Blue) = 104+58+218=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #683ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683ADA is #97C525. Grayscale: #595959. Windows color (decimal): -9946406 or 14301800. OLE color: 14301800.
HSL color Cylindrical-coordinate representation of color #683ADA: hue angle of 257.25º 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 #683ADA is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 58 | 218 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.15 |
| HSL | 257.25º | 0.68% | 0.54% | - |
| HSV(B) | 257.25º | 0.73% | 0.85% | - |
| XYZ | 19.88 | 11.03 | 67.41 | - |
| YUV | 89.99 | 200.24 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 218 | 0.52 | 0.73 | 0 | 0.15 | 257.25 | 0.68 | 0.54 |
| Hex | 68 | 3A | DA | 34 | 49 | 0 | F | 101 | 44 | 36 |
| Octal | 150 | 72 | 332 | 64 | 111 | 0 | 17 | 401 | 104 | 66 |
| Binary | 1101000 | 111010 | 11011010 | 110100 | 1001001 | 0 | 1111 | 100000001 | 1000100 | 110110 |
Color Harmonies of #683ADA
Complementary color
Monochromatic Colors of #683ADA
Black with #683ADA
Text Example
Text Example
White with #683ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683ADA; }
p { color: rgb(104,58,218); }
H1.HeaderClassName
{
color: #683ADA;
}
.AnyTagClassName
{
color: #683ADA;
}
</style>
background-color css
<style>
a { background-color: #683ADA; }
a { background-color: rgb(104,58,218); }
div.DivClassName
{
background-color: #683ADA;
}
.BgClassName
{
background-color: #683ADA;
}
</style>
border-color css
<style>
span { border-color: #683ADA; }
span { border-color: rgb(104,58,218); }
td.TdClassName
{
border-color: #683ADA;
}
.TagClassName
{
border-color: #683ADA;
}
</style>