Shades of Purple Heart #683DCC
Tints of Purple Heart #683DCC
RGB
CMYK
RGB Variations
Color information
#683DCC (or 0x683DCC) is known color: Purple Heart. HEX triplet: 68, 3D and CC. RGB value is (104,61,204). Sum of RGB (Red+Green+Blue) = 104+61+204=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #683DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683DCC is #97C233. Grayscale: #595959. Windows color (decimal): -9945652 or 13385064. OLE color: 13385064.
HSL color Cylindrical-coordinate representation of color #683DCC: hue angle of 258.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #683DCC is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 61 | 204 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.2 |
| HSL | 258.04º | 0.58% | 0.52% | - |
| HSV(B) | 258.04º | 0.7% | 0.8% | - |
| XYZ | 18.28 | 10.64 | 58.22 | - |
| YUV | 90.16 | 192.25 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 204 | 0.49 | 0.70 | 0 | 0.2 | 258.04 | 0.58 | 0.52 |
| Hex | 68 | 3D | CC | 31 | 46 | 0 | 14 | 102 | 3A | 34 |
| Octal | 150 | 75 | 314 | 61 | 106 | 0 | 24 | 402 | 72 | 64 |
| Binary | 1101000 | 111101 | 11001100 | 110001 | 1000110 | 0 | 10100 | 100000010 | 111010 | 110100 |
Color Harmonies of #683DCC
Complementary color
Monochromatic Colors of #683DCC
Black with #683DCC
Text Example
Text Example
White with #683DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DCC; }
p { color: rgb(104,61,204); }
H1.HeaderClassName
{
color: #683DCC;
}
.AnyTagClassName
{
color: #683DCC;
}
</style>
background-color css
<style>
a { background-color: #683DCC; }
a { background-color: rgb(104,61,204); }
div.DivClassName
{
background-color: #683DCC;
}
.BgClassName
{
background-color: #683DCC;
}
</style>
border-color css
<style>
span { border-color: #683DCC; }
span { border-color: rgb(104,61,204); }
td.TdClassName
{
border-color: #683DCC;
}
.TagClassName
{
border-color: #683DCC;
}
</style>