Shades of Purple Heart #701FB9
Tints of Purple Heart #701FB9
RGB
CMYK
RGB Variations
Color information
#701FB9 (or 0x701FB9) is known color: Purple Heart. HEX triplet: 70, 1F and B9. RGB value is (112,31,185). Sum of RGB (Red+Green+Blue) = 112+31+185=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 185 (72.66% from 255 or 56.40% from 328); Max value from RGB is 185 - color contains mainly: blue. Hex color #701FB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FB9 is #8FE046. Grayscale: #484848. Windows color (decimal): -9429063 or 12132208. OLE color: 12132208.
HSL color Cylindrical-coordinate representation of color #701FB9: hue angle of 271.56º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701FB9 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 31 | 185 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.27 |
| HSL | 271.56º | 0.71% | 0.42% | - |
| HSV(B) | 271.56º | 0.83% | 0.73% | - |
| XYZ | 15.93 | 7.93 | 46.59 | - |
| YUV | 72.78 | 191.34 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 185 | 0.39 | 0.83 | 0 | 0.27 | 271.56 | 0.71 | 0.42 |
| Hex | 70 | 1F | B9 | 27 | 53 | 0 | 1B | 110 | 47 | 2A |
| Octal | 160 | 37 | 271 | 47 | 123 | 0 | 33 | 420 | 107 | 52 |
| Binary | 1110000 | 11111 | 10111001 | 100111 | 1010011 | 0 | 11011 | 100010000 | 1000111 | 101010 |
Color Harmonies of #701FB9
Complementary color
Monochromatic Colors of #701FB9
Black with #701FB9
Text Example
Text Example
White with #701FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FB9; }
p { color: rgb(112,31,185); }
H1.HeaderClassName
{
color: #701FB9;
}
.AnyTagClassName
{
color: #701FB9;
}
</style>
background-color css
<style>
a { background-color: #701FB9; }
a { background-color: rgb(112,31,185); }
div.DivClassName
{
background-color: #701FB9;
}
.BgClassName
{
background-color: #701FB9;
}
</style>
border-color css
<style>
span { border-color: #701FB9; }
span { border-color: rgb(112,31,185); }
td.TdClassName
{
border-color: #701FB9;
}
.TagClassName
{
border-color: #701FB9;
}
</style>