Shades of Purple Heart #701FB2
Tints of Purple Heart #701FB2
RGB
CMYK
RGB Variations
Color information
#701FB2 (or 0x701FB2) is known color: Purple Heart. HEX triplet: 70, 1F and B2. RGB value is (112,31,178). Sum of RGB (Red+Green+Blue) = 112+31+178=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 178 (69.92% from 255 or 55.45% from 321); Max value from RGB is 178 - color contains mainly: blue. Hex color #701FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701FB2 is #8FE04D. Grayscale: #474747. Windows color (decimal): -9429070 or 11673456. OLE color: 11673456.
HSL color Cylindrical-coordinate representation of color #701FB2: hue angle of 273.06º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701FB2 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 31 | 178 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.30 |
| HSL | 273.06º | 0.7% | 0.41% | - |
| HSV(B) | 273.06º | 0.83% | 0.7% | - |
| XYZ | 15.21 | 7.64 | 42.79 | - |
| YUV | 71.98 | 187.84 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 178 | 0.37 | 0.83 | 0 | 0.30 | 273.06 | 0.7 | 0.41 |
| Hex | 70 | 1F | B2 | 25 | 53 | 0 | 1E | 111 | 46 | 29 |
| Octal | 160 | 37 | 262 | 45 | 123 | 0 | 36 | 421 | 106 | 51 |
| Binary | 1110000 | 11111 | 10110010 | 100101 | 1010011 | 0 | 11110 | 100010001 | 1000110 | 101001 |
Color Harmonies of #701FB2
Complementary color
Monochromatic Colors of #701FB2
Black with #701FB2
Text Example
Text Example
White with #701FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FB2; }
p { color: rgb(112,31,178); }
H1.HeaderClassName
{
color: #701FB2;
}
.AnyTagClassName
{
color: #701FB2;
}
</style>
background-color css
<style>
a { background-color: #701FB2; }
a { background-color: rgb(112,31,178); }
div.DivClassName
{
background-color: #701FB2;
}
.BgClassName
{
background-color: #701FB2;
}
</style>
border-color css
<style>
span { border-color: #701FB2; }
span { border-color: rgb(112,31,178); }
td.TdClassName
{
border-color: #701FB2;
}
.TagClassName
{
border-color: #701FB2;
}
</style>