Shades of Purple Heart #701EAB
Tints of Purple Heart #701EAB
RGB
CMYK
RGB Variations
Color information
#701EAB (or 0x701EAB) is known color: Purple Heart. HEX triplet: 70, 1E and AB. RGB value is (112,30,171). Sum of RGB (Red+Green+Blue) = 112+30+171=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #701EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701EAB is #8FE154. Grayscale: #464646. Windows color (decimal): -9429333 or 11214448. OLE color: 11214448.
HSL color Cylindrical-coordinate representation of color #701EAB: hue angle of 274.89º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701EAB is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 30 | 171 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.33 |
| HSL | 274.89º | 0.7% | 0.39% | - |
| HSV(B) | 274.89º | 0.82% | 0.67% | - |
| XYZ | 14.5 | 7.31 | 39.18 | - |
| YUV | 70.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 171 | 0.35 | 0.82 | 0 | 0.33 | 274.89 | 0.7 | 0.39 |
| Hex | 70 | 1E | AB | 23 | 52 | 0 | 21 | 113 | 46 | 27 |
| Octal | 160 | 36 | 253 | 43 | 122 | 0 | 41 | 423 | 106 | 47 |
| Binary | 1110000 | 11110 | 10101011 | 100011 | 1010010 | 0 | 100001 | 100010011 | 1000110 | 100111 |
Color Harmonies of #701EAB
Complementary color
Monochromatic Colors of #701EAB
Black with #701EAB
Text Example
Text Example
White with #701EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701EAB; }
p { color: rgb(112,30,171); }
H1.HeaderClassName
{
color: #701EAB;
}
.AnyTagClassName
{
color: #701EAB;
}
</style>
background-color css
<style>
a { background-color: #701EAB; }
a { background-color: rgb(112,30,171); }
div.DivClassName
{
background-color: #701EAB;
}
.BgClassName
{
background-color: #701EAB;
}
</style>
border-color css
<style>
span { border-color: #701EAB; }
span { border-color: rgb(112,30,171); }
td.TdClassName
{
border-color: #701EAB;
}
.TagClassName
{
border-color: #701EAB;
}
</style>