Shades of Purple Heart #680FA9
Tints of Purple Heart #680FA9
RGB
CMYK
RGB Variations
Color information
#680FA9 (or 0x680FA9) is known color: Purple Heart. HEX triplet: 68, 0F and A9. RGB value is (104,15,169). Sum of RGB (Red+Green+Blue) = 104+15+169=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 169 (66.41% from 255 or 58.68% from 288); Max value from RGB is 169 - color contains mainly: blue. Hex color #680FA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680FA9 is #97F056. Grayscale: #3A3A3A. Windows color (decimal): -9957463 or 11079528. OLE color: 11079528.
HSL color Cylindrical-coordinate representation of color #680FA9: hue angle of 274.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680FA9 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 15 | 169 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.34 |
| HSL | 274.68º | 0.84% | 0.36% | - |
| HSV(B) | 274.68º | 0.91% | 0.66% | - |
| XYZ | 13.04 | 6.15 | 38.04 | - |
| YUV | 59.17 | 189.99 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 169 | 0.38 | 0.91 | 0 | 0.34 | 274.68 | 0.84 | 0.36 |
| Hex | 68 | F | A9 | 26 | 5B | 0 | 22 | 113 | 54 | 24 |
| Octal | 150 | 17 | 251 | 46 | 133 | 0 | 42 | 423 | 124 | 44 |
| Binary | 1101000 | 1111 | 10101001 | 100110 | 1011011 | 0 | 100010 | 100010011 | 1010100 | 100100 |
Color Harmonies of #680FA9
Complementary color
Monochromatic Colors of #680FA9
Black with #680FA9
Text Example
Text Example
White with #680FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FA9; }
p { color: rgb(104,15,169); }
H1.HeaderClassName
{
color: #680FA9;
}
.AnyTagClassName
{
color: #680FA9;
}
</style>
background-color css
<style>
a { background-color: #680FA9; }
a { background-color: rgb(104,15,169); }
div.DivClassName
{
background-color: #680FA9;
}
.BgClassName
{
background-color: #680FA9;
}
</style>
border-color css
<style>
span { border-color: #680FA9; }
span { border-color: rgb(104,15,169); }
td.TdClassName
{
border-color: #680FA9;
}
.TagClassName
{
border-color: #680FA9;
}
</style>