Shades of Purple Heart #701FB3
Tints of Purple Heart #701FB3
RGB
CMYK
RGB Variations
Color information
#701FB3 (or 0x701FB3) is known color: Purple Heart. HEX triplet: 70, 1F and B3. RGB value is (112,31,179). Sum of RGB (Red+Green+Blue) = 112+31+179=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #701FB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FB3 is #8FE04C. Grayscale: #474747. Windows color (decimal): -9429069 or 11738992. OLE color: 11738992.
HSL color Cylindrical-coordinate representation of color #701FB3: hue angle of 272.84º 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 #701FB3 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 31 | 179 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.30 |
| HSL | 272.84º | 0.7% | 0.41% | - |
| HSV(B) | 272.84º | 0.83% | 0.7% | - |
| XYZ | 15.31 | 7.68 | 43.32 | - |
| YUV | 72.09 | 188.34 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 179 | 0.37 | 0.83 | 0 | 0.30 | 272.84 | 0.7 | 0.41 |
| Hex | 70 | 1F | B3 | 25 | 53 | 0 | 1E | 111 | 46 | 29 |
| Octal | 160 | 37 | 263 | 45 | 123 | 0 | 36 | 421 | 106 | 51 |
| Binary | 1110000 | 11111 | 10110011 | 100101 | 1010011 | 0 | 11110 | 100010001 | 1000110 | 101001 |
Color Harmonies of #701FB3
Complementary color
Monochromatic Colors of #701FB3
Black with #701FB3
Text Example
Text Example
White with #701FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FB3; }
p { color: rgb(112,31,179); }
H1.HeaderClassName
{
color: #701FB3;
}
.AnyTagClassName
{
color: #701FB3;
}
</style>
background-color css
<style>
a { background-color: #701FB3; }
a { background-color: rgb(112,31,179); }
div.DivClassName
{
background-color: #701FB3;
}
.BgClassName
{
background-color: #701FB3;
}
</style>
border-color css
<style>
span { border-color: #701FB3; }
span { border-color: rgb(112,31,179); }
td.TdClassName
{
border-color: #701FB3;
}
.TagClassName
{
border-color: #701FB3;
}
</style>