Shades of Purple Heart #683BCC
Tints of Purple Heart #683BCC
RGB
CMYK
RGB Variations
Color information
#683BCC (or 0x683BCC) is known color: Purple Heart. HEX triplet: 68, 3B and CC. RGB value is (104,59,204). Sum of RGB (Red+Green+Blue) = 104+59+204=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #683BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683BCC is #97C433. Grayscale: #585858. Windows color (decimal): -9946164 or 13384552. OLE color: 13384552.
HSL color Cylindrical-coordinate representation of color #683BCC: hue angle of 258.62º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #683BCC is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 59 | 204 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.2 |
| HSL | 258.62º | 0.59% | 0.52% | - |
| HSV(B) | 258.62º | 0.71% | 0.8% | - |
| XYZ | 18.17 | 10.43 | 58.18 | - |
| YUV | 88.99 | 192.91 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 204 | 0.49 | 0.71 | 0 | 0.2 | 258.62 | 0.59 | 0.52 |
| Hex | 68 | 3B | CC | 31 | 47 | 0 | 14 | 103 | 3B | 34 |
| Octal | 150 | 73 | 314 | 61 | 107 | 0 | 24 | 403 | 73 | 64 |
| Binary | 1101000 | 111011 | 11001100 | 110001 | 1000111 | 0 | 10100 | 100000011 | 111011 | 110100 |
Color Harmonies of #683BCC
Complementary color
Monochromatic Colors of #683BCC
Black with #683BCC
Text Example
Text Example
White with #683BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683BCC; }
p { color: rgb(104,59,204); }
H1.HeaderClassName
{
color: #683BCC;
}
.AnyTagClassName
{
color: #683BCC;
}
</style>
background-color css
<style>
a { background-color: #683BCC; }
a { background-color: rgb(104,59,204); }
div.DivClassName
{
background-color: #683BCC;
}
.BgClassName
{
background-color: #683BCC;
}
</style>
border-color css
<style>
span { border-color: #683BCC; }
span { border-color: rgb(104,59,204); }
td.TdClassName
{
border-color: #683BCC;
}
.TagClassName
{
border-color: #683BCC;
}
</style>