Shades of Purple Heart #680CAE
Tints of Purple Heart #680CAE
RGB
CMYK
RGB Variations
Color information
#680CAE (or 0x680CAE) is known color: Purple Heart. HEX triplet: 68, 0C and AE. RGB value is (104,12,174). Sum of RGB (Red+Green+Blue) = 104+12+174=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #680CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680CAE is #97F351. Grayscale: #393939. Windows color (decimal): -9958226 or 11406440. OLE color: 11406440.
HSL color Cylindrical-coordinate representation of color #680CAE: hue angle of 274.07º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680CAE is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 12 | 174 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.32 |
| HSL | 274.07º | 0.87% | 0.36% | - |
| HSV(B) | 274.07º | 0.93% | 0.68% | - |
| XYZ | 13.48 | 6.26 | 40.54 | - |
| YUV | 57.98 | 193.48 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 174 | 0.40 | 0.93 | 0 | 0.32 | 274.07 | 0.87 | 0.36 |
| Hex | 68 | C | AE | 28 | 5D | 0 | 20 | 112 | 57 | 24 |
| Octal | 150 | 14 | 256 | 50 | 135 | 0 | 40 | 422 | 127 | 44 |
| Binary | 1101000 | 1100 | 10101110 | 101000 | 1011101 | 0 | 100000 | 100010010 | 1010111 | 100100 |
Color Harmonies of #680CAE
Complementary color
Monochromatic Colors of #680CAE
Black with #680CAE
Text Example
Text Example
White with #680CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680CAE; }
p { color: rgb(104,12,174); }
H1.HeaderClassName
{
color: #680CAE;
}
.AnyTagClassName
{
color: #680CAE;
}
</style>
background-color css
<style>
a { background-color: #680CAE; }
a { background-color: rgb(104,12,174); }
div.DivClassName
{
background-color: #680CAE;
}
.BgClassName
{
background-color: #680CAE;
}
</style>
border-color css
<style>
span { border-color: #680CAE; }
span { border-color: rgb(104,12,174); }
td.TdClassName
{
border-color: #680CAE;
}
.TagClassName
{
border-color: #680CAE;
}
</style>