Shades of Purple Heart #701AB7
Tints of Purple Heart #701AB7
RGB
CMYK
RGB Variations
Color information
#701AB7 (or 0x701AB7) is known color: Purple Heart. HEX triplet: 70, 1A and B7. RGB value is (112,26,183). Sum of RGB (Red+Green+Blue) = 112+26+183=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 183 (71.88% from 255 or 57.01% from 321); Max value from RGB is 183 - color contains mainly: blue. Hex color #701AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701AB7 is #8FE548. Grayscale: #454545. Windows color (decimal): -9430345 or 11999856. OLE color: 11999856.
HSL color Cylindrical-coordinate representation of color #701AB7: hue angle of 272.87º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701AB7 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 26 | 183 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.28 |
| HSL | 272.87º | 0.75% | 0.41% | - |
| HSV(B) | 272.87º | 0.86% | 0.72% | - |
| XYZ | 15.6 | 7.6 | 45.45 | - |
| YUV | 69.61 | 191.99 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 183 | 0.39 | 0.86 | 0 | 0.28 | 272.87 | 0.75 | 0.41 |
| Hex | 70 | 1A | B7 | 27 | 56 | 0 | 1C | 111 | 4B | 29 |
| Octal | 160 | 32 | 267 | 47 | 126 | 0 | 34 | 421 | 113 | 51 |
| Binary | 1110000 | 11010 | 10110111 | 100111 | 1010110 | 0 | 11100 | 100010001 | 1001011 | 101001 |
Color Harmonies of #701AB7
Complementary color
Monochromatic Colors of #701AB7
Black with #701AB7
Text Example
Text Example
White with #701AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701AB7; }
p { color: rgb(112,26,183); }
H1.HeaderClassName
{
color: #701AB7;
}
.AnyTagClassName
{
color: #701AB7;
}
</style>
background-color css
<style>
a { background-color: #701AB7; }
a { background-color: rgb(112,26,183); }
div.DivClassName
{
background-color: #701AB7;
}
.BgClassName
{
background-color: #701AB7;
}
</style>
border-color css
<style>
span { border-color: #701AB7; }
span { border-color: rgb(112,26,183); }
td.TdClassName
{
border-color: #701AB7;
}
.TagClassName
{
border-color: #701AB7;
}
</style>