Shades of Purple Heart #683CCC
Tints of Purple Heart #683CCC
RGB
CMYK
RGB Variations
Color information
#683CCC (or 0x683CCC) is known color: Purple Heart. HEX triplet: 68, 3C and CC. RGB value is (104,60,204). Sum of RGB (Red+Green+Blue) = 104+60+204=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #683CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683CCC is #97C333. Grayscale: #595959. Windows color (decimal): -9945908 or 13384808. OLE color: 13384808.
HSL color Cylindrical-coordinate representation of color #683CCC: hue angle of 258.33º 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 #683CCC is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 60 | 204 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.2 |
| HSL | 258.33º | 0.59% | 0.52% | - |
| HSV(B) | 258.33º | 0.71% | 0.8% | - |
| XYZ | 18.22 | 10.53 | 58.2 | - |
| YUV | 89.57 | 192.58 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 204 | 0.49 | 0.71 | 0 | 0.2 | 258.33 | 0.59 | 0.52 |
| Hex | 68 | 3C | CC | 31 | 47 | 0 | 14 | 102 | 3B | 34 |
| Octal | 150 | 74 | 314 | 61 | 107 | 0 | 24 | 402 | 73 | 64 |
| Binary | 1101000 | 111100 | 11001100 | 110001 | 1000111 | 0 | 10100 | 100000010 | 111011 | 110100 |
Color Harmonies of #683CCC
Complementary color
Monochromatic Colors of #683CCC
Black with #683CCC
Text Example
Text Example
White with #683CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CCC; }
p { color: rgb(104,60,204); }
H1.HeaderClassName
{
color: #683CCC;
}
.AnyTagClassName
{
color: #683CCC;
}
</style>
background-color css
<style>
a { background-color: #683CCC; }
a { background-color: rgb(104,60,204); }
div.DivClassName
{
background-color: #683CCC;
}
.BgClassName
{
background-color: #683CCC;
}
</style>
border-color css
<style>
span { border-color: #683CCC; }
span { border-color: rgb(104,60,204); }
td.TdClassName
{
border-color: #683CCC;
}
.TagClassName
{
border-color: #683CCC;
}
</style>