Shades of Purple Heart #7020BB
Tints of Purple Heart #7020BB
RGB
CMYK
RGB Variations
Color information
#7020BB (or 0x7020BB) is known color: Purple Heart. HEX triplet: 70, 20 and BB. RGB value is (112,32,187). Sum of RGB (Red+Green+Blue) = 112+32+187=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #7020BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7020BB is #8FDF44. Grayscale: #494949. Windows color (decimal): -9428805 or 12263536. OLE color: 12263536.
HSL color Cylindrical-coordinate representation of color #7020BB: hue angle of 270.97º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7020BB is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 32 | 187 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.27 |
| HSL | 270.97º | 0.71% | 0.43% | - |
| HSV(B) | 270.97º | 0.83% | 0.73% | - |
| XYZ | 16.17 | 8.07 | 47.72 | - |
| YUV | 73.59 | 192 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 187 | 0.40 | 0.83 | 0 | 0.27 | 270.97 | 0.71 | 0.43 |
| Hex | 70 | 20 | BB | 28 | 53 | 0 | 1B | 10F | 47 | 2B |
| Octal | 160 | 40 | 273 | 50 | 123 | 0 | 33 | 417 | 107 | 53 |
| Binary | 1110000 | 100000 | 10111011 | 101000 | 1010011 | 0 | 11011 | 100001111 | 1000111 | 101011 |
Color Harmonies of #7020BB
Complementary color
Monochromatic Colors of #7020BB
Black with #7020BB
Text Example
Text Example
White with #7020BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7020BB; }
p { color: rgb(112,32,187); }
H1.HeaderClassName
{
color: #7020BB;
}
.AnyTagClassName
{
color: #7020BB;
}
</style>
background-color css
<style>
a { background-color: #7020BB; }
a { background-color: rgb(112,32,187); }
div.DivClassName
{
background-color: #7020BB;
}
.BgClassName
{
background-color: #7020BB;
}
</style>
border-color css
<style>
span { border-color: #7020BB; }
span { border-color: rgb(112,32,187); }
td.TdClassName
{
border-color: #7020BB;
}
.TagClassName
{
border-color: #7020BB;
}
</style>