Shades of Purple Heart #701FB7
Tints of Purple Heart #701FB7
RGB
CMYK
RGB Variations
Color information
#701FB7 (or 0x701FB7) is known color: Purple Heart. HEX triplet: 70, 1F and B7. RGB value is (112,31,183). Sum of RGB (Red+Green+Blue) = 112+31+183=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 183 (71.88% from 255 or 56.13% from 326); Max value from RGB is 183 - color contains mainly: blue. Hex color #701FB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FB7 is #8FE048. Grayscale: #484848. Windows color (decimal): -9429065 or 12001136. OLE color: 12001136.
HSL color Cylindrical-coordinate representation of color #701FB7: hue angle of 271.97º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701FB7 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 31 | 183 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.28 |
| HSL | 271.97º | 0.71% | 0.42% | - |
| HSV(B) | 271.97º | 0.83% | 0.72% | - |
| XYZ | 15.72 | 7.84 | 45.49 | - |
| YUV | 72.55 | 190.34 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 183 | 0.39 | 0.83 | 0 | 0.28 | 271.97 | 0.71 | 0.42 |
| Hex | 70 | 1F | B7 | 27 | 53 | 0 | 1C | 110 | 47 | 2A |
| Octal | 160 | 37 | 267 | 47 | 123 | 0 | 34 | 420 | 107 | 52 |
| Binary | 1110000 | 11111 | 10110111 | 100111 | 1010011 | 0 | 11100 | 100010000 | 1000111 | 101010 |
Color Harmonies of #701FB7
Complementary color
Monochromatic Colors of #701FB7
Black with #701FB7
Text Example
Text Example
White with #701FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FB7; }
p { color: rgb(112,31,183); }
H1.HeaderClassName
{
color: #701FB7;
}
.AnyTagClassName
{
color: #701FB7;
}
</style>
background-color css
<style>
a { background-color: #701FB7; }
a { background-color: rgb(112,31,183); }
div.DivClassName
{
background-color: #701FB7;
}
.BgClassName
{
background-color: #701FB7;
}
</style>
border-color css
<style>
span { border-color: #701FB7; }
span { border-color: rgb(112,31,183); }
td.TdClassName
{
border-color: #701FB7;
}
.TagClassName
{
border-color: #701FB7;
}
</style>