Shades of Purple Heart #683CD0
Tints of Purple Heart #683CD0
RGB
CMYK
RGB Variations
Color information
#683CD0 (or 0x683CD0) is known color: Purple Heart. HEX triplet: 68, 3C and D0. RGB value is (104,60,208). Sum of RGB (Red+Green+Blue) = 104+60+208=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #683CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683CD0 is #97C32F. Grayscale: #595959. Windows color (decimal): -9945904 or 13646952. OLE color: 13646952.
HSL color Cylindrical-coordinate representation of color #683CD0: hue angle of 257.84º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #683CD0 is Cyan = 0.5, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 60 | 208 | - |
| CMYK | 0.5 | 0.71 | 0 | 0.18 |
| HSL | 257.84º | 0.61% | 0.53% | - |
| HSV(B) | 257.84º | 0.71% | 0.82% | - |
| XYZ | 18.71 | 10.73 | 60.76 | - |
| YUV | 90.03 | 194.58 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 208 | 0.5 | 0.71 | 0 | 0.18 | 257.84 | 0.61 | 0.53 |
| Hex | 68 | 3C | D0 | 32 | 47 | 0 | 12 | 102 | 3D | 35 |
| Octal | 150 | 74 | 320 | 62 | 107 | 0 | 22 | 402 | 75 | 65 |
| Binary | 1101000 | 111100 | 11010000 | 110010 | 1000111 | 0 | 10010 | 100000010 | 111101 | 110101 |
Color Harmonies of #683CD0
Complementary color
Monochromatic Colors of #683CD0
Black with #683CD0
Text Example
Text Example
White with #683CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CD0; }
p { color: rgb(104,60,208); }
H1.HeaderClassName
{
color: #683CD0;
}
.AnyTagClassName
{
color: #683CD0;
}
</style>
background-color css
<style>
a { background-color: #683CD0; }
a { background-color: rgb(104,60,208); }
div.DivClassName
{
background-color: #683CD0;
}
.BgClassName
{
background-color: #683CD0;
}
</style>
border-color css
<style>
span { border-color: #683CD0; }
span { border-color: rgb(104,60,208); }
td.TdClassName
{
border-color: #683CD0;
}
.TagClassName
{
border-color: #683CD0;
}
</style>