Shades of Purple Heart #680AAC
Tints of Purple Heart #680AAC
RGB
CMYK
RGB Variations
Color information
#680AAC (or 0x680AAC) is known color: Purple Heart. HEX triplet: 68, 0A and AC. RGB value is (104,10,172). Sum of RGB (Red+Green+Blue) = 104+10+172=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #680AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680AAC is #97F553. Grayscale: #383838. Windows color (decimal): -9958740 or 11274856. OLE color: 11274856.
HSL color Cylindrical-coordinate representation of color #680AAC: hue angle of 274.81º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680AAC is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 10 | 172 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.33 |
| HSL | 274.81º | 0.89% | 0.36% | - |
| HSV(B) | 274.81º | 0.94% | 0.67% | - |
| XYZ | 13.26 | 6.14 | 39.52 | - |
| YUV | 56.57 | 193.14 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 172 | 0.40 | 0.94 | 0 | 0.33 | 274.81 | 0.89 | 0.36 |
| Hex | 68 | A | AC | 28 | 5E | 0 | 21 | 113 | 59 | 24 |
| Octal | 150 | 12 | 254 | 50 | 136 | 0 | 41 | 423 | 131 | 44 |
| Binary | 1101000 | 1010 | 10101100 | 101000 | 1011110 | 0 | 100001 | 100010011 | 1011001 | 100100 |
Color Harmonies of #680AAC
Complementary color
Monochromatic Colors of #680AAC
Black with #680AAC
Text Example
Text Example
White with #680AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680AAC; }
p { color: rgb(104,10,172); }
H1.HeaderClassName
{
color: #680AAC;
}
.AnyTagClassName
{
color: #680AAC;
}
</style>
background-color css
<style>
a { background-color: #680AAC; }
a { background-color: rgb(104,10,172); }
div.DivClassName
{
background-color: #680AAC;
}
.BgClassName
{
background-color: #680AAC;
}
</style>
border-color css
<style>
span { border-color: #680AAC; }
span { border-color: rgb(104,10,172); }
td.TdClassName
{
border-color: #680AAC;
}
.TagClassName
{
border-color: #680AAC;
}
</style>