Shades of Purple Heart #701DAA
Tints of Purple Heart #701DAA
RGB
CMYK
RGB Variations
Color information
#701DAA (or 0x701DAA) is known color: Purple Heart. HEX triplet: 70, 1D and AA. RGB value is (112,29,170). Sum of RGB (Red+Green+Blue) = 112+29+170=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #701DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701DAA is #8FE255. Grayscale: #454545. Windows color (decimal): -9429590 or 11148656. OLE color: 11148656.
HSL color Cylindrical-coordinate representation of color #701DAA: hue angle of 275.32º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701DAA is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 29 | 170 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.33 |
| HSL | 275.32º | 0.71% | 0.39% | - |
| HSV(B) | 275.32º | 0.83% | 0.67% | - |
| XYZ | 14.38 | 7.23 | 38.67 | - |
| YUV | 69.89 | 184.5 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 170 | 0.34 | 0.83 | 0 | 0.33 | 275.32 | 0.71 | 0.39 |
| Hex | 70 | 1D | AA | 22 | 53 | 0 | 21 | 113 | 47 | 27 |
| Octal | 160 | 35 | 252 | 42 | 123 | 0 | 41 | 423 | 107 | 47 |
| Binary | 1110000 | 11101 | 10101010 | 100010 | 1010011 | 0 | 100001 | 100010011 | 1000111 | 100111 |
Color Harmonies of #701DAA
Complementary color
Monochromatic Colors of #701DAA
Black with #701DAA
Text Example
Text Example
White with #701DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DAA; }
p { color: rgb(112,29,170); }
H1.HeaderClassName
{
color: #701DAA;
}
.AnyTagClassName
{
color: #701DAA;
}
</style>
background-color css
<style>
a { background-color: #701DAA; }
a { background-color: rgb(112,29,170); }
div.DivClassName
{
background-color: #701DAA;
}
.BgClassName
{
background-color: #701DAA;
}
</style>
border-color css
<style>
span { border-color: #701DAA; }
span { border-color: rgb(112,29,170); }
td.TdClassName
{
border-color: #701DAA;
}
.TagClassName
{
border-color: #701DAA;
}
</style>