Shades of Purple Heart #683BD0
Tints of Purple Heart #683BD0
RGB
CMYK
RGB Variations
Color information
#683BD0 (or 0x683BD0) is known color: Purple Heart. HEX triplet: 68, 3B and D0. RGB value is (104,59,208). Sum of RGB (Red+Green+Blue) = 104+59+208=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #683BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683BD0 is #97C42F. Grayscale: #585858. Windows color (decimal): -9946160 or 13646696. OLE color: 13646696.
HSL color Cylindrical-coordinate representation of color #683BD0: hue angle of 258.12º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #683BD0 is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 59 | 208 | - |
| CMYK | 0.5 | 0.72 | 0 | 0.18 |
| HSL | 258.12º | 0.61% | 0.52% | - |
| HSV(B) | 258.12º | 0.72% | 0.82% | - |
| XYZ | 18.66 | 10.63 | 60.74 | - |
| YUV | 89.44 | 194.91 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 208 | 0.5 | 0.72 | 0 | 0.18 | 258.12 | 0.61 | 0.52 |
| Hex | 68 | 3B | D0 | 32 | 48 | 0 | 12 | 102 | 3D | 34 |
| Octal | 150 | 73 | 320 | 62 | 110 | 0 | 22 | 402 | 75 | 64 |
| Binary | 1101000 | 111011 | 11010000 | 110010 | 1001000 | 0 | 10010 | 100000010 | 111101 | 110100 |
Color Harmonies of #683BD0
Complementary color
Monochromatic Colors of #683BD0
Black with #683BD0
Text Example
Text Example
White with #683BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683BD0; }
p { color: rgb(104,59,208); }
H1.HeaderClassName
{
color: #683BD0;
}
.AnyTagClassName
{
color: #683BD0;
}
</style>
background-color css
<style>
a { background-color: #683BD0; }
a { background-color: rgb(104,59,208); }
div.DivClassName
{
background-color: #683BD0;
}
.BgClassName
{
background-color: #683BD0;
}
</style>
border-color css
<style>
span { border-color: #683BD0; }
span { border-color: rgb(104,59,208); }
td.TdClassName
{
border-color: #683BD0;
}
.TagClassName
{
border-color: #683BD0;
}
</style>