Shades of Purple Heart #683CD2
Tints of Purple Heart #683CD2
RGB
CMYK
RGB Variations
Color information
#683CD2 (or 0x683CD2) is known color: Purple Heart. HEX triplet: 68, 3C and D2. RGB value is (104,60,210). Sum of RGB (Red+Green+Blue) = 104+60+210=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 210 (82.42% from 255 or 56.15% from 374); Max value from RGB is 210 - color contains mainly: blue. Hex color #683CD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683CD2 is #97C32D. Grayscale: #595959. Windows color (decimal): -9945902 or 13778024. OLE color: 13778024.
HSL color Cylindrical-coordinate representation of color #683CD2: hue angle of 257.6º degrees, saturation: 0.62, 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 #683CD2 is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 60 | 210 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.18 |
| HSL | 257.6º | 0.63% | 0.53% | - |
| HSV(B) | 257.6º | 0.71% | 0.82% | - |
| XYZ | 18.96 | 10.83 | 62.06 | - |
| YUV | 90.26 | 195.58 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 210 | 0.50 | 0.71 | 0 | 0.18 | 257.6 | 0.63 | 0.53 |
| Hex | 68 | 3C | D2 | 32 | 47 | 0 | 12 | 102 | 3E | 35 |
| Octal | 150 | 74 | 322 | 62 | 107 | 0 | 22 | 402 | 76 | 65 |
| Binary | 1101000 | 111100 | 11010010 | 110010 | 1000111 | 0 | 10010 | 100000010 | 111110 | 110101 |
Color Harmonies of #683CD2
Complementary color
Monochromatic Colors of #683CD2
Black with #683CD2
Text Example
Text Example
White with #683CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CD2; }
p { color: rgb(104,60,210); }
H1.HeaderClassName
{
color: #683CD2;
}
.AnyTagClassName
{
color: #683CD2;
}
</style>
background-color css
<style>
a { background-color: #683CD2; }
a { background-color: rgb(104,60,210); }
div.DivClassName
{
background-color: #683CD2;
}
.BgClassName
{
background-color: #683CD2;
}
</style>
border-color css
<style>
span { border-color: #683CD2; }
span { border-color: rgb(104,60,210); }
td.TdClassName
{
border-color: #683CD2;
}
.TagClassName
{
border-color: #683CD2;
}
</style>