Shades of Purple Heart #701CAA
Tints of Purple Heart #701CAA
RGB
CMYK
RGB Variations
Color information
#701CAA (or 0x701CAA) is known color: Purple Heart. HEX triplet: 70, 1C and AA. RGB value is (112,28,170). Sum of RGB (Red+Green+Blue) = 112+28+170=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #701CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701CAA is #8FE355. Grayscale: #444444. Windows color (decimal): -9429846 or 11148400. OLE color: 11148400.
HSL color Cylindrical-coordinate representation of color #701CAA: hue angle of 275.49º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701CAA is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 28 | 170 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.33 |
| HSL | 275.49º | 0.72% | 0.39% | - |
| HSV(B) | 275.49º | 0.84% | 0.67% | - |
| XYZ | 14.35 | 7.18 | 38.66 | - |
| YUV | 69.3 | 184.83 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 170 | 0.34 | 0.84 | 0 | 0.33 | 275.49 | 0.72 | 0.39 |
| Hex | 70 | 1C | AA | 22 | 54 | 0 | 21 | 113 | 48 | 27 |
| Octal | 160 | 34 | 252 | 42 | 124 | 0 | 41 | 423 | 110 | 47 |
| Binary | 1110000 | 11100 | 10101010 | 100010 | 1010100 | 0 | 100001 | 100010011 | 1001000 | 100111 |
Color Harmonies of #701CAA
Complementary color
Monochromatic Colors of #701CAA
Black with #701CAA
Text Example
Text Example
White with #701CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701CAA; }
p { color: rgb(112,28,170); }
H1.HeaderClassName
{
color: #701CAA;
}
.AnyTagClassName
{
color: #701CAA;
}
</style>
background-color css
<style>
a { background-color: #701CAA; }
a { background-color: rgb(112,28,170); }
div.DivClassName
{
background-color: #701CAA;
}
.BgClassName
{
background-color: #701CAA;
}
</style>
border-color css
<style>
span { border-color: #701CAA; }
span { border-color: rgb(112,28,170); }
td.TdClassName
{
border-color: #701CAA;
}
.TagClassName
{
border-color: #701CAA;
}
</style>