Shades of Purple Heart #681EAC
Tints of Purple Heart #681EAC
RGB
CMYK
RGB Variations
Color information
#681EAC (or 0x681EAC) is known color: Purple Heart. HEX triplet: 68, 1E and AC. RGB value is (104,30,172). Sum of RGB (Red+Green+Blue) = 104+30+172=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #681EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681EAC is #97E153. Grayscale: #434343. Windows color (decimal): -9953620 or 11279976. OLE color: 11279976.
HSL color Cylindrical-coordinate representation of color #681EAC: hue angle of 271.27º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681EAC is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 30 | 172 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.33 |
| HSL | 271.27º | 0.7% | 0.4% | - |
| HSV(B) | 271.27º | 0.83% | 0.67% | - |
| XYZ | 13.62 | 6.85 | 39.63 | - |
| YUV | 68.31 | 186.52 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 172 | 0.40 | 0.83 | 0 | 0.33 | 271.27 | 0.7 | 0.4 |
| Hex | 68 | 1E | AC | 28 | 53 | 0 | 21 | 10F | 46 | 28 |
| Octal | 150 | 36 | 254 | 50 | 123 | 0 | 41 | 417 | 106 | 50 |
| Binary | 1101000 | 11110 | 10101100 | 101000 | 1010011 | 0 | 100001 | 100001111 | 1000110 | 101000 |
Color Harmonies of #681EAC
Complementary color
Monochromatic Colors of #681EAC
Black with #681EAC
Text Example
Text Example
White with #681EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681EAC; }
p { color: rgb(104,30,172); }
H1.HeaderClassName
{
color: #681EAC;
}
.AnyTagClassName
{
color: #681EAC;
}
</style>
background-color css
<style>
a { background-color: #681EAC; }
a { background-color: rgb(104,30,172); }
div.DivClassName
{
background-color: #681EAC;
}
.BgClassName
{
background-color: #681EAC;
}
</style>
border-color css
<style>
span { border-color: #681EAC; }
span { border-color: rgb(104,30,172); }
td.TdClassName
{
border-color: #681EAC;
}
.TagClassName
{
border-color: #681EAC;
}
</style>