Shades of Purple Heart #683CE0
Tints of Purple Heart #683CE0
RGB
CMYK
RGB Variations
Color information
#683CE0 (or 0x683CE0) is known color: Purple Heart. HEX triplet: 68, 3C and E0. RGB value is (104,60,224). Sum of RGB (Red+Green+Blue) = 104+60+224=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #683CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683CE0 is #97C31F. Grayscale: #5B5B5B. Windows color (decimal): -9945888 or 14695528. OLE color: 14695528.
HSL color Cylindrical-coordinate representation of color #683CE0: hue angle of 256.1º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #683CE0 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 60 | 224 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.12 |
| HSL | 256.1º | 0.73% | 0.56% | - |
| HSV(B) | 256.1º | 0.73% | 0.88% | - |
| XYZ | 20.78 | 11.56 | 71.66 | - |
| YUV | 91.85 | 202.58 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 224 | 0.54 | 0.73 | 0 | 0.12 | 256.1 | 0.73 | 0.56 |
| Hex | 68 | 3C | E0 | 36 | 49 | 0 | C | 100 | 49 | 38 |
| Octal | 150 | 74 | 340 | 66 | 111 | 0 | 14 | 400 | 111 | 70 |
| Binary | 1101000 | 111100 | 11100000 | 110110 | 1001001 | 0 | 1100 | 100000000 | 1001001 | 111000 |
Color Harmonies of #683CE0
Complementary color
Monochromatic Colors of #683CE0
Black with #683CE0
Text Example
Text Example
White with #683CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CE0; }
p { color: rgb(104,60,224); }
H1.HeaderClassName
{
color: #683CE0;
}
.AnyTagClassName
{
color: #683CE0;
}
</style>
background-color css
<style>
a { background-color: #683CE0; }
a { background-color: rgb(104,60,224); }
div.DivClassName
{
background-color: #683CE0;
}
.BgClassName
{
background-color: #683CE0;
}
</style>
border-color css
<style>
span { border-color: #683CE0; }
span { border-color: rgb(104,60,224); }
td.TdClassName
{
border-color: #683CE0;
}
.TagClassName
{
border-color: #683CE0;
}
</style>