Shades of Purple Heart #701DAE
Tints of Purple Heart #701DAE
RGB
CMYK
RGB Variations
Color information
#701DAE (or 0x701DAE) is known color: Purple Heart. HEX triplet: 70, 1D and AE. RGB value is (112,29,174). Sum of RGB (Red+Green+Blue) = 112+29+174=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #701DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701DAE is #8FE251. Grayscale: #454545. Windows color (decimal): -9429586 or 11410800. OLE color: 11410800.
HSL color Cylindrical-coordinate representation of color #701DAE: hue angle of 274.34º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701DAE is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 29 | 174 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.32 |
| HSL | 274.34º | 0.71% | 0.4% | - |
| HSV(B) | 274.34º | 0.83% | 0.68% | - |
| XYZ | 14.76 | 7.38 | 40.69 | - |
| YUV | 70.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 174 | 0.36 | 0.83 | 0 | 0.32 | 274.34 | 0.71 | 0.4 |
| Hex | 70 | 1D | AE | 24 | 53 | 0 | 20 | 112 | 47 | 28 |
| Octal | 160 | 35 | 256 | 44 | 123 | 0 | 40 | 422 | 107 | 50 |
| Binary | 1110000 | 11101 | 10101110 | 100100 | 1010011 | 0 | 100000 | 100010010 | 1000111 | 101000 |
Color Harmonies of #701DAE
Complementary color
Monochromatic Colors of #701DAE
Black with #701DAE
Text Example
Text Example
White with #701DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DAE; }
p { color: rgb(112,29,174); }
H1.HeaderClassName
{
color: #701DAE;
}
.AnyTagClassName
{
color: #701DAE;
}
</style>
background-color css
<style>
a { background-color: #701DAE; }
a { background-color: rgb(112,29,174); }
div.DivClassName
{
background-color: #701DAE;
}
.BgClassName
{
background-color: #701DAE;
}
</style>
border-color css
<style>
span { border-color: #701DAE; }
span { border-color: rgb(112,29,174); }
td.TdClassName
{
border-color: #701DAE;
}
.TagClassName
{
border-color: #701DAE;
}
</style>