Shades of Purple Heart #680AAF
Tints of Purple Heart #680AAF
RGB
CMYK
RGB Variations
Color information
#680AAF (or 0x680AAF) is known color: Purple Heart. HEX triplet: 68, 0A and AF. RGB value is (104,10,175). Sum of RGB (Red+Green+Blue) = 104+10+175=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #680AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680AAF is #97F550. Grayscale: #383838. Windows color (decimal): -9958737 or 11471464. OLE color: 11471464.
HSL color Cylindrical-coordinate representation of color #680AAF: hue angle of 274.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680AAF is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 10 | 175 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.31 |
| HSL | 274.18º | 0.89% | 0.36% | - |
| HSV(B) | 274.18º | 0.94% | 0.69% | - |
| XYZ | 13.56 | 6.26 | 41.05 | - |
| YUV | 56.92 | 194.64 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 175 | 0.41 | 0.94 | 0 | 0.31 | 274.18 | 0.89 | 0.36 |
| Hex | 68 | A | AF | 29 | 5E | 0 | 1F | 112 | 59 | 24 |
| Octal | 150 | 12 | 257 | 51 | 136 | 0 | 37 | 422 | 131 | 44 |
| Binary | 1101000 | 1010 | 10101111 | 101001 | 1011110 | 0 | 11111 | 100010010 | 1011001 | 100100 |
Color Harmonies of #680AAF
Complementary color
Monochromatic Colors of #680AAF
Black with #680AAF
Text Example
Text Example
White with #680AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680AAF; }
p { color: rgb(104,10,175); }
H1.HeaderClassName
{
color: #680AAF;
}
.AnyTagClassName
{
color: #680AAF;
}
</style>
background-color css
<style>
a { background-color: #680AAF; }
a { background-color: rgb(104,10,175); }
div.DivClassName
{
background-color: #680AAF;
}
.BgClassName
{
background-color: #680AAF;
}
</style>
border-color css
<style>
span { border-color: #680AAF; }
span { border-color: rgb(104,10,175); }
td.TdClassName
{
border-color: #680AAF;
}
.TagClassName
{
border-color: #680AAF;
}
</style>