Shades of Purple Heart #681AAA
Tints of Purple Heart #681AAA
RGB
CMYK
RGB Variations
Color information
#681AAA (or 0x681AAA) is known color: Purple Heart. HEX triplet: 68, 1A and AA. RGB value is (104,26,170). Sum of RGB (Red+Green+Blue) = 104+26+170=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #681AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681AAA is #97E555. Grayscale: #414141. Windows color (decimal): -9954646 or 11147880. OLE color: 11147880.
HSL color Cylindrical-coordinate representation of color #681AAA: hue angle of 272.5º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681AAA is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 26 | 170 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.33 |
| HSL | 272.5º | 0.73% | 0.38% | - |
| HSV(B) | 272.5º | 0.85% | 0.67% | - |
| XYZ | 13.33 | 6.58 | 38.6 | - |
| YUV | 65.74 | 186.84 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 170 | 0.39 | 0.85 | 0 | 0.33 | 272.5 | 0.73 | 0.38 |
| Hex | 68 | 1A | AA | 27 | 55 | 0 | 21 | 110 | 49 | 26 |
| Octal | 150 | 32 | 252 | 47 | 125 | 0 | 41 | 420 | 111 | 46 |
| Binary | 1101000 | 11010 | 10101010 | 100111 | 1010101 | 0 | 100001 | 100010000 | 1001001 | 100110 |
Color Harmonies of #681AAA
Complementary color
Monochromatic Colors of #681AAA
Black with #681AAA
Text Example
Text Example
White with #681AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681AAA; }
p { color: rgb(104,26,170); }
H1.HeaderClassName
{
color: #681AAA;
}
.AnyTagClassName
{
color: #681AAA;
}
</style>
background-color css
<style>
a { background-color: #681AAA; }
a { background-color: rgb(104,26,170); }
div.DivClassName
{
background-color: #681AAA;
}
.BgClassName
{
background-color: #681AAA;
}
</style>
border-color css
<style>
span { border-color: #681AAA; }
span { border-color: rgb(104,26,170); }
td.TdClassName
{
border-color: #681AAA;
}
.TagClassName
{
border-color: #681AAA;
}
</style>