Shades of Purple Heart #680ECE
Tints of Purple Heart #680ECE
RGB
CMYK
RGB Variations
Color information
#680ECE (or 0x680ECE) is known color: Purple Heart. HEX triplet: 68, 0E and CE. RGB value is (104,14,206). Sum of RGB (Red+Green+Blue) = 104+14+206=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #680ECE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680ECE is #97F131. Grayscale: #3E3E3E. Windows color (decimal): -9957682 or 13504104. OLE color: 13504104.
HSL color Cylindrical-coordinate representation of color #680ECE: hue angle of 268.12º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680ECE is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 14 | 206 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.19 |
| HSL | 268.13º | 0.87% | 0.43% | - |
| HSV(B) | 268.13º | 0.93% | 0.81% | - |
| XYZ | 17.01 | 7.71 | 58.99 | - |
| YUV | 62.8 | 208.82 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 206 | 0.50 | 0.93 | 0 | 0.19 | 268.13 | 0.87 | 0.43 |
| Hex | 68 | E | CE | 32 | 5D | 0 | 13 | 10C | 57 | 2B |
| Octal | 150 | 16 | 316 | 62 | 135 | 0 | 23 | 414 | 127 | 53 |
| Binary | 1101000 | 1110 | 11001110 | 110010 | 1011101 | 0 | 10011 | 100001100 | 1010111 | 101011 |
Color Harmonies of #680ECE
Complementary color
Monochromatic Colors of #680ECE
Black with #680ECE
Text Example
Text Example
White with #680ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680ECE; }
p { color: rgb(104,14,206); }
H1.HeaderClassName
{
color: #680ECE;
}
.AnyTagClassName
{
color: #680ECE;
}
</style>
background-color css
<style>
a { background-color: #680ECE; }
a { background-color: rgb(104,14,206); }
div.DivClassName
{
background-color: #680ECE;
}
.BgClassName
{
background-color: #680ECE;
}
</style>
border-color css
<style>
span { border-color: #680ECE; }
span { border-color: rgb(104,14,206); }
td.TdClassName
{
border-color: #680ECE;
}
.TagClassName
{
border-color: #680ECE;
}
</style>