Shades of Purple Heart #701AAA
Tints of Purple Heart #701AAA
RGB
CMYK
RGB Variations
Color information
#701AAA (or 0x701AAA) is known color: Purple Heart. HEX triplet: 70, 1A and AA. RGB value is (112,26,170). Sum of RGB (Red+Green+Blue) = 112+26+170=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #701AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701AAA is #8FE555. Grayscale: #434343. Windows color (decimal): -9430358 or 11147888. OLE color: 11147888.
HSL color Cylindrical-coordinate representation of color #701AAA: hue angle of 275.83º 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 #701AAA is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 26 | 170 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.33 |
| HSL | 275.83º | 0.73% | 0.38% | - |
| HSV(B) | 275.83º | 0.85% | 0.67% | - |
| XYZ | 14.31 | 7.09 | 38.64 | - |
| YUV | 68.13 | 185.49 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 170 | 0.34 | 0.85 | 0 | 0.33 | 275.83 | 0.73 | 0.38 |
| Hex | 70 | 1A | AA | 22 | 55 | 0 | 21 | 114 | 49 | 26 |
| Octal | 160 | 32 | 252 | 42 | 125 | 0 | 41 | 424 | 111 | 46 |
| Binary | 1110000 | 11010 | 10101010 | 100010 | 1010101 | 0 | 100001 | 100010100 | 1001001 | 100110 |
Color Harmonies of #701AAA
Complementary color
Monochromatic Colors of #701AAA
Black with #701AAA
Text Example
Text Example
White with #701AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701AAA; }
p { color: rgb(112,26,170); }
H1.HeaderClassName
{
color: #701AAA;
}
.AnyTagClassName
{
color: #701AAA;
}
</style>
background-color css
<style>
a { background-color: #701AAA; }
a { background-color: rgb(112,26,170); }
div.DivClassName
{
background-color: #701AAA;
}
.BgClassName
{
background-color: #701AAA;
}
</style>
border-color css
<style>
span { border-color: #701AAA; }
span { border-color: rgb(112,26,170); }
td.TdClassName
{
border-color: #701AAA;
}
.TagClassName
{
border-color: #701AAA;
}
</style>