Shades of Purple Heart #7029BC
Tints of Purple Heart #7029BC
RGB
CMYK
RGB Variations
Color information
#7029BC (or 0x7029BC) is known color: Purple Heart. HEX triplet: 70, 29 and BC. RGB value is (112,41,188). Sum of RGB (Red+Green+Blue) = 112+41+188=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #7029BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029BC is #8FD643. Grayscale: #4E4E4E. Windows color (decimal): -9426500 or 12331376. OLE color: 12331376.
HSL color Cylindrical-coordinate representation of color #7029BC: hue angle of 268.98º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7029BC is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 41 | 188 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.26 |
| HSL | 268.98º | 0.64% | 0.45% | - |
| HSV(B) | 268.98º | 0.78% | 0.74% | - |
| XYZ | 16.55 | 8.66 | 48.38 | - |
| YUV | 78.99 | 189.52 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 188 | 0.40 | 0.78 | 0 | 0.26 | 268.98 | 0.64 | 0.45 |
| Hex | 70 | 29 | BC | 28 | 4E | 0 | 1A | 10D | 40 | 2D |
| Octal | 160 | 51 | 274 | 50 | 116 | 0 | 32 | 415 | 100 | 55 |
| Binary | 1110000 | 101001 | 10111100 | 101000 | 1001110 | 0 | 11010 | 100001101 | 1000000 | 101101 |
Color Harmonies of #7029BC
Complementary color
Monochromatic Colors of #7029BC
Black with #7029BC
Text Example
Text Example
White with #7029BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7029BC; }
p { color: rgb(112,41,188); }
H1.HeaderClassName
{
color: #7029BC;
}
.AnyTagClassName
{
color: #7029BC;
}
</style>
background-color css
<style>
a { background-color: #7029BC; }
a { background-color: rgb(112,41,188); }
div.DivClassName
{
background-color: #7029BC;
}
.BgClassName
{
background-color: #7029BC;
}
</style>
border-color css
<style>
span { border-color: #7029BC; }
span { border-color: rgb(112,41,188); }
td.TdClassName
{
border-color: #7029BC;
}
.TagClassName
{
border-color: #7029BC;
}
</style>