Shades of Purple Heart #680DAA
Tints of Purple Heart #680DAA
RGB
CMYK
RGB Variations
Color information
#680DAA (or 0x680DAA) is known color: Purple Heart. HEX triplet: 68, 0D and AA. RGB value is (104,13,170). Sum of RGB (Red+Green+Blue) = 104+13+170=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #680DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680DAA is #97F255. Grayscale: #393939. Windows color (decimal): -9957974 or 11144552. OLE color: 11144552.
HSL color Cylindrical-coordinate representation of color #680DAA: hue angle of 274.78º 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 #680DAA is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 13 | 170 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.33 |
| HSL | 274.78º | 0.86% | 0.36% | - |
| HSV(B) | 274.78º | 0.92% | 0.67% | - |
| XYZ | 13.11 | 6.13 | 38.52 | - |
| YUV | 58.11 | 191.15 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 170 | 0.39 | 0.92 | 0 | 0.33 | 274.78 | 0.86 | 0.36 |
| Hex | 68 | D | AA | 27 | 5C | 0 | 21 | 113 | 56 | 24 |
| Octal | 150 | 15 | 252 | 47 | 134 | 0 | 41 | 423 | 126 | 44 |
| Binary | 1101000 | 1101 | 10101010 | 100111 | 1011100 | 0 | 100001 | 100010011 | 1010110 | 100100 |
Color Harmonies of #680DAA
Complementary color
Monochromatic Colors of #680DAA
Black with #680DAA
Text Example
Text Example
White with #680DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680DAA; }
p { color: rgb(104,13,170); }
H1.HeaderClassName
{
color: #680DAA;
}
.AnyTagClassName
{
color: #680DAA;
}
</style>
background-color css
<style>
a { background-color: #680DAA; }
a { background-color: rgb(104,13,170); }
div.DivClassName
{
background-color: #680DAA;
}
.BgClassName
{
background-color: #680DAA;
}
</style>
border-color css
<style>
span { border-color: #680DAA; }
span { border-color: rgb(104,13,170); }
td.TdClassName
{
border-color: #680DAA;
}
.TagClassName
{
border-color: #680DAA;
}
</style>