Shades of Purple Heart #683ADC
Tints of Purple Heart #683ADC
RGB
CMYK
RGB Variations
Color information
#683ADC (or 0x683ADC) is known color: Purple Heart. HEX triplet: 68, 3A and DC. RGB value is (104,58,220). Sum of RGB (Red+Green+Blue) = 104+58+220=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #683ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683ADC is #97C523. Grayscale: #595959. Windows color (decimal): -9946404 or 14432872. OLE color: 14432872.
HSL color Cylindrical-coordinate representation of color #683ADC: hue angle of 257.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #683ADC is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 58 | 220 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.14 |
| HSL | 257.04º | 0.7% | 0.55% | - |
| HSV(B) | 257.04º | 0.74% | 0.86% | - |
| XYZ | 20.14 | 11.14 | 68.8 | - |
| YUV | 90.22 | 201.24 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 220 | 0.53 | 0.74 | 0 | 0.14 | 257.04 | 0.7 | 0.55 |
| Hex | 68 | 3A | DC | 35 | 4A | 0 | E | 101 | 46 | 37 |
| Octal | 150 | 72 | 334 | 65 | 112 | 0 | 16 | 401 | 106 | 67 |
| Binary | 1101000 | 111010 | 11011100 | 110101 | 1001010 | 0 | 1110 | 100000001 | 1000110 | 110111 |
Color Harmonies of #683ADC
Complementary color
Monochromatic Colors of #683ADC
Black with #683ADC
Text Example
Text Example
White with #683ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683ADC; }
p { color: rgb(104,58,220); }
H1.HeaderClassName
{
color: #683ADC;
}
.AnyTagClassName
{
color: #683ADC;
}
</style>
background-color css
<style>
a { background-color: #683ADC; }
a { background-color: rgb(104,58,220); }
div.DivClassName
{
background-color: #683ADC;
}
.BgClassName
{
background-color: #683ADC;
}
</style>
border-color css
<style>
span { border-color: #683ADC; }
span { border-color: rgb(104,58,220); }
td.TdClassName
{
border-color: #683ADC;
}
.TagClassName
{
border-color: #683ADC;
}
</style>