Shades of Purple Heart #700EAC
Tints of Purple Heart #700EAC
RGB
CMYK
RGB Variations
Color information
#700EAC (or 0x700EAC) is known color: Purple Heart. HEX triplet: 70, 0E and AC. RGB value is (112,14,172). Sum of RGB (Red+Green+Blue) = 112+14+172=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #700EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700EAC is #8FF153. Grayscale: #3C3C3C. Windows color (decimal): -9433428 or 11275888. OLE color: 11275888.
HSL color Cylindrical-coordinate representation of color #700EAC: hue angle of 277.22º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700EAC is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 14 | 172 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.33 |
| HSL | 277.22º | 0.85% | 0.36% | - |
| HSV(B) | 277.22º | 0.92% | 0.67% | - |
| XYZ | 14.29 | 6.74 | 39.58 | - |
| YUV | 61.31 | 190.47 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 172 | 0.35 | 0.92 | 0 | 0.33 | 277.22 | 0.85 | 0.36 |
| Hex | 70 | E | AC | 23 | 5C | 0 | 21 | 115 | 55 | 24 |
| Octal | 160 | 16 | 254 | 43 | 134 | 0 | 41 | 425 | 125 | 44 |
| Binary | 1110000 | 1110 | 10101100 | 100011 | 1011100 | 0 | 100001 | 100010101 | 1010101 | 100100 |
Color Harmonies of #700EAC
Complementary color
Monochromatic Colors of #700EAC
Black with #700EAC
Text Example
Text Example
White with #700EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700EAC; }
p { color: rgb(112,14,172); }
H1.HeaderClassName
{
color: #700EAC;
}
.AnyTagClassName
{
color: #700EAC;
}
</style>
background-color css
<style>
a { background-color: #700EAC; }
a { background-color: rgb(112,14,172); }
div.DivClassName
{
background-color: #700EAC;
}
.BgClassName
{
background-color: #700EAC;
}
</style>
border-color css
<style>
span { border-color: #700EAC; }
span { border-color: rgb(112,14,172); }
td.TdClassName
{
border-color: #700EAC;
}
.TagClassName
{
border-color: #700EAC;
}
</style>