Shades of Purple Heart #700DAA
Tints of Purple Heart #700DAA
RGB
CMYK
RGB Variations
Color information
#700DAA (or 0x700DAA) is known color: Purple Heart. HEX triplet: 70, 0D and AA. RGB value is (112,13,170). Sum of RGB (Red+Green+Blue) = 112+13+170=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #700DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700DAA is #8FF255. Grayscale: #3B3B3B. Windows color (decimal): -9433686 or 11144560. OLE color: 11144560.
HSL color Cylindrical-coordinate representation of color #700DAA: hue angle of 277.83º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700DAA is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 13 | 170 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.33 |
| HSL | 277.83º | 0.86% | 0.36% | - |
| HSV(B) | 277.83º | 0.92% | 0.67% | - |
| XYZ | 14.08 | 6.63 | 38.57 | - |
| YUV | 60.5 | 189.8 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 170 | 0.34 | 0.92 | 0 | 0.33 | 277.83 | 0.86 | 0.36 |
| Hex | 70 | D | AA | 22 | 5C | 0 | 21 | 116 | 56 | 24 |
| Octal | 160 | 15 | 252 | 42 | 134 | 0 | 41 | 426 | 126 | 44 |
| Binary | 1110000 | 1101 | 10101010 | 100010 | 1011100 | 0 | 100001 | 100010110 | 1010110 | 100100 |
Color Harmonies of #700DAA
Complementary color
Monochromatic Colors of #700DAA
Black with #700DAA
Text Example
Text Example
White with #700DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700DAA; }
p { color: rgb(112,13,170); }
H1.HeaderClassName
{
color: #700DAA;
}
.AnyTagClassName
{
color: #700DAA;
}
</style>
background-color css
<style>
a { background-color: #700DAA; }
a { background-color: rgb(112,13,170); }
div.DivClassName
{
background-color: #700DAA;
}
.BgClassName
{
background-color: #700DAA;
}
</style>
border-color css
<style>
span { border-color: #700DAA; }
span { border-color: rgb(112,13,170); }
td.TdClassName
{
border-color: #700DAA;
}
.TagClassName
{
border-color: #700DAA;
}
</style>