Shades of Purple Heart #7020B1
Tints of Purple Heart #7020B1
RGB
CMYK
RGB Variations
Color information
#7020B1 (or 0x7020B1) is known color: Purple Heart. HEX triplet: 70, 20 and B1. RGB value is (112,32,177). Sum of RGB (Red+Green+Blue) = 112+32+177=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #7020B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7020B1 is #8FDF4E. Grayscale: #474747. Windows color (decimal): -9428815 or 11608176. OLE color: 11608176.
HSL color Cylindrical-coordinate representation of color #7020B1: hue angle of 273.1º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7020B1 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 32 | 177 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.31 |
| HSL | 273.1º | 0.69% | 0.41% | - |
| HSV(B) | 273.1º | 0.82% | 0.69% | - |
| XYZ | 15.13 | 7.65 | 42.27 | - |
| YUV | 72.45 | 187 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 177 | 0.37 | 0.82 | 0 | 0.31 | 273.1 | 0.69 | 0.41 |
| Hex | 70 | 20 | B1 | 25 | 52 | 0 | 1F | 111 | 45 | 29 |
| Octal | 160 | 40 | 261 | 45 | 122 | 0 | 37 | 421 | 105 | 51 |
| Binary | 1110000 | 100000 | 10110001 | 100101 | 1010010 | 0 | 11111 | 100010001 | 1000101 | 101001 |
Color Harmonies of #7020B1
Complementary color
Monochromatic Colors of #7020B1
Black with #7020B1
Text Example
Text Example
White with #7020B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7020B1; }
p { color: rgb(112,32,177); }
H1.HeaderClassName
{
color: #7020B1;
}
.AnyTagClassName
{
color: #7020B1;
}
</style>
background-color css
<style>
a { background-color: #7020B1; }
a { background-color: rgb(112,32,177); }
div.DivClassName
{
background-color: #7020B1;
}
.BgClassName
{
background-color: #7020B1;
}
</style>
border-color css
<style>
span { border-color: #7020B1; }
span { border-color: rgb(112,32,177); }
td.TdClassName
{
border-color: #7020B1;
}
.TagClassName
{
border-color: #7020B1;
}
</style>