Shades of Purple Heart #680DAC
Tints of Purple Heart #680DAC
RGB
CMYK
RGB Variations
Color information
#680DAC (or 0x680DAC) is known color: Purple Heart. HEX triplet: 68, 0D and AC. RGB value is (104,13,172). Sum of RGB (Red+Green+Blue) = 104+13+172=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #680DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680DAC is #97F253. Grayscale: #393939. Windows color (decimal): -9957972 or 11275624. OLE color: 11275624.
HSL color Cylindrical-coordinate representation of color #680DAC: hue angle of 274.34º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680DAC is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 13 | 172 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.33 |
| HSL | 274.34º | 0.86% | 0.36% | - |
| HSV(B) | 274.34º | 0.92% | 0.67% | - |
| XYZ | 13.3 | 6.21 | 39.53 | - |
| YUV | 58.34 | 192.15 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 172 | 0.40 | 0.92 | 0 | 0.33 | 274.34 | 0.86 | 0.36 |
| Hex | 68 | D | AC | 28 | 5C | 0 | 21 | 112 | 56 | 24 |
| Octal | 150 | 15 | 254 | 50 | 134 | 0 | 41 | 422 | 126 | 44 |
| Binary | 1101000 | 1101 | 10101100 | 101000 | 1011100 | 0 | 100001 | 100010010 | 1010110 | 100100 |
Color Harmonies of #680DAC
Complementary color
Monochromatic Colors of #680DAC
Black with #680DAC
Text Example
Text Example
White with #680DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680DAC; }
p { color: rgb(104,13,172); }
H1.HeaderClassName
{
color: #680DAC;
}
.AnyTagClassName
{
color: #680DAC;
}
</style>
background-color css
<style>
a { background-color: #680DAC; }
a { background-color: rgb(104,13,172); }
div.DivClassName
{
background-color: #680DAC;
}
.BgClassName
{
background-color: #680DAC;
}
</style>
border-color css
<style>
span { border-color: #680DAC; }
span { border-color: rgb(104,13,172); }
td.TdClassName
{
border-color: #680DAC;
}
.TagClassName
{
border-color: #680DAC;
}
</style>