Shades of Purple Heart #701DAD
Tints of Purple Heart #701DAD
RGB
CMYK
RGB Variations
Color information
#701DAD (or 0x701DAD) is known color: Purple Heart. HEX triplet: 70, 1D and AD. RGB value is (112,29,173). Sum of RGB (Red+Green+Blue) = 112+29+173=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #701DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701DAD is #8FE252. Grayscale: #454545. Windows color (decimal): -9429587 or 11345264. OLE color: 11345264.
HSL color Cylindrical-coordinate representation of color #701DAD: hue angle of 274.58º 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 #701DAD is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 29 | 173 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.32 |
| HSL | 274.58º | 0.71% | 0.4% | - |
| HSV(B) | 274.58º | 0.83% | 0.68% | - |
| XYZ | 14.66 | 7.34 | 40.18 | - |
| YUV | 70.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 173 | 0.35 | 0.83 | 0 | 0.32 | 274.58 | 0.71 | 0.4 |
| Hex | 70 | 1D | AD | 23 | 53 | 0 | 20 | 113 | 47 | 28 |
| Octal | 160 | 35 | 255 | 43 | 123 | 0 | 40 | 423 | 107 | 50 |
| Binary | 1110000 | 11101 | 10101101 | 100011 | 1010011 | 0 | 100000 | 100010011 | 1000111 | 101000 |
Color Harmonies of #701DAD
Complementary color
Monochromatic Colors of #701DAD
Black with #701DAD
Text Example
Text Example
White with #701DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DAD; }
p { color: rgb(112,29,173); }
H1.HeaderClassName
{
color: #701DAD;
}
.AnyTagClassName
{
color: #701DAD;
}
</style>
background-color css
<style>
a { background-color: #701DAD; }
a { background-color: rgb(112,29,173); }
div.DivClassName
{
background-color: #701DAD;
}
.BgClassName
{
background-color: #701DAD;
}
</style>
border-color css
<style>
span { border-color: #701DAD; }
span { border-color: rgb(112,29,173); }
td.TdClassName
{
border-color: #701DAD;
}
.TagClassName
{
border-color: #701DAD;
}
</style>