Shades of Purple Heart #700AAE
Tints of Purple Heart #700AAE
RGB
CMYK
RGB Variations
Color information
#700AAE (or 0x700AAE) is known color: Purple Heart. HEX triplet: 70, 0A and AE. RGB value is (112,10,174). Sum of RGB (Red+Green+Blue) = 112+10+174=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #700AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700AAE is #8FF551. Grayscale: #3A3A3A. Windows color (decimal): -9434450 or 11405936. OLE color: 11405936.
HSL color Cylindrical-coordinate representation of color #700AAE: hue angle of 277.32º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700AAE is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 10 | 174 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.32 |
| HSL | 277.32º | 0.89% | 0.36% | - |
| HSV(B) | 277.32º | 0.94% | 0.68% | - |
| XYZ | 14.43 | 6.72 | 40.58 | - |
| YUV | 59.19 | 192.79 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 174 | 0.36 | 0.94 | 0 | 0.32 | 277.32 | 0.89 | 0.36 |
| Hex | 70 | A | AE | 24 | 5E | 0 | 20 | 115 | 59 | 24 |
| Octal | 160 | 12 | 256 | 44 | 136 | 0 | 40 | 425 | 131 | 44 |
| Binary | 1110000 | 1010 | 10101110 | 100100 | 1011110 | 0 | 100000 | 100010101 | 1011001 | 100100 |
Color Harmonies of #700AAE
Complementary color
Monochromatic Colors of #700AAE
Black with #700AAE
Text Example
Text Example
White with #700AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700AAE; }
p { color: rgb(112,10,174); }
H1.HeaderClassName
{
color: #700AAE;
}
.AnyTagClassName
{
color: #700AAE;
}
</style>
background-color css
<style>
a { background-color: #700AAE; }
a { background-color: rgb(112,10,174); }
div.DivClassName
{
background-color: #700AAE;
}
.BgClassName
{
background-color: #700AAE;
}
</style>
border-color css
<style>
span { border-color: #700AAE; }
span { border-color: rgb(112,10,174); }
td.TdClassName
{
border-color: #700AAE;
}
.TagClassName
{
border-color: #700AAE;
}
</style>