Shades of Purple Heart #683CCE
Tints of Purple Heart #683CCE
RGB
CMYK
RGB Variations
Color information
#683CCE (or 0x683CCE) is known color: Purple Heart. HEX triplet: 68, 3C and CE. RGB value is (104,60,206). Sum of RGB (Red+Green+Blue) = 104+60+206=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #683CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683CCE is #97C331. Grayscale: #595959. Windows color (decimal): -9945906 or 13515880. OLE color: 13515880.
HSL color Cylindrical-coordinate representation of color #683CCE: hue angle of 258.08º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #683CCE is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 60 | 206 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.19 |
| HSL | 258.08º | 0.6% | 0.52% | - |
| HSV(B) | 258.08º | 0.71% | 0.81% | - |
| XYZ | 18.47 | 10.63 | 59.47 | - |
| YUV | 89.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 206 | 0.50 | 0.71 | 0 | 0.19 | 258.08 | 0.6 | 0.52 |
| Hex | 68 | 3C | CE | 32 | 47 | 0 | 13 | 102 | 3C | 34 |
| Octal | 150 | 74 | 316 | 62 | 107 | 0 | 23 | 402 | 74 | 64 |
| Binary | 1101000 | 111100 | 11001110 | 110010 | 1000111 | 0 | 10011 | 100000010 | 111100 | 110100 |
Color Harmonies of #683CCE
Complementary color
Monochromatic Colors of #683CCE
Black with #683CCE
Text Example
Text Example
White with #683CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CCE; }
p { color: rgb(104,60,206); }
H1.HeaderClassName
{
color: #683CCE;
}
.AnyTagClassName
{
color: #683CCE;
}
</style>
background-color css
<style>
a { background-color: #683CCE; }
a { background-color: rgb(104,60,206); }
div.DivClassName
{
background-color: #683CCE;
}
.BgClassName
{
background-color: #683CCE;
}
</style>
border-color css
<style>
span { border-color: #683CCE; }
span { border-color: rgb(104,60,206); }
td.TdClassName
{
border-color: #683CCE;
}
.TagClassName
{
border-color: #683CCE;
}
</style>