Shades of Purple Heart #7020BC
Tints of Purple Heart #7020BC
RGB
CMYK
RGB Variations
Color information
#7020BC (or 0x7020BC) is known color: Purple Heart. HEX triplet: 70, 20 and BC. RGB value is (112,32,188). Sum of RGB (Red+Green+Blue) = 112+32+188=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #7020BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7020BC is #8FDF43. Grayscale: #494949. Windows color (decimal): -9428804 or 12329072. OLE color: 12329072.
HSL color Cylindrical-coordinate representation of color #7020BC: hue angle of 270.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7020BC is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 32 | 188 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.26 |
| HSL | 270.77º | 0.71% | 0.43% | - |
| HSV(B) | 270.77º | 0.83% | 0.74% | - |
| XYZ | 16.28 | 8.11 | 48.28 | - |
| YUV | 73.7 | 192.5 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 188 | 0.40 | 0.83 | 0 | 0.26 | 270.77 | 0.71 | 0.43 |
| Hex | 70 | 20 | BC | 28 | 53 | 0 | 1A | 10F | 47 | 2B |
| Octal | 160 | 40 | 274 | 50 | 123 | 0 | 32 | 417 | 107 | 53 |
| Binary | 1110000 | 100000 | 10111100 | 101000 | 1010011 | 0 | 11010 | 100001111 | 1000111 | 101011 |
Color Harmonies of #7020BC
Complementary color
Monochromatic Colors of #7020BC
Black with #7020BC
Text Example
Text Example
White with #7020BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7020BC; }
p { color: rgb(112,32,188); }
H1.HeaderClassName
{
color: #7020BC;
}
.AnyTagClassName
{
color: #7020BC;
}
</style>
background-color css
<style>
a { background-color: #7020BC; }
a { background-color: rgb(112,32,188); }
div.DivClassName
{
background-color: #7020BC;
}
.BgClassName
{
background-color: #7020BC;
}
</style>
border-color css
<style>
span { border-color: #7020BC; }
span { border-color: rgb(112,32,188); }
td.TdClassName
{
border-color: #7020BC;
}
.TagClassName
{
border-color: #7020BC;
}
</style>