Shades of Purple Heart #683FCC
Tints of Purple Heart #683FCC
RGB
CMYK
RGB Variations
Color information
#683FCC (or 0x683FCC) is known color: Purple Heart. HEX triplet: 68, 3F and CC. RGB value is (104,63,204). Sum of RGB (Red+Green+Blue) = 104+63+204=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #683FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683FCC is #97C033. Grayscale: #5A5A5A. Windows color (decimal): -9945140 or 13385576. OLE color: 13385576.
HSL color Cylindrical-coordinate representation of color #683FCC: hue angle of 257.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #683FCC is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 63 | 204 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.2 |
| HSL | 257.45º | 0.58% | 0.52% | - |
| HSV(B) | 257.45º | 0.69% | 0.8% | - |
| XYZ | 18.39 | 10.86 | 58.25 | - |
| YUV | 91.33 | 191.58 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 204 | 0.49 | 0.69 | 0 | 0.2 | 257.45 | 0.58 | 0.52 |
| Hex | 68 | 3F | CC | 31 | 45 | 0 | 14 | 101 | 3A | 34 |
| Octal | 150 | 77 | 314 | 61 | 105 | 0 | 24 | 401 | 72 | 64 |
| Binary | 1101000 | 111111 | 11001100 | 110001 | 1000101 | 0 | 10100 | 100000001 | 111010 | 110100 |
Color Harmonies of #683FCC
Complementary color
Monochromatic Colors of #683FCC
Black with #683FCC
Text Example
Text Example
White with #683FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683FCC; }
p { color: rgb(104,63,204); }
H1.HeaderClassName
{
color: #683FCC;
}
.AnyTagClassName
{
color: #683FCC;
}
</style>
background-color css
<style>
a { background-color: #683FCC; }
a { background-color: rgb(104,63,204); }
div.DivClassName
{
background-color: #683FCC;
}
.BgClassName
{
background-color: #683FCC;
}
</style>
border-color css
<style>
span { border-color: #683FCC; }
span { border-color: rgb(104,63,204); }
td.TdClassName
{
border-color: #683FCC;
}
.TagClassName
{
border-color: #683FCC;
}
</style>