Shades of Purple Heart #7142BC
Tints of Purple Heart #7142BC
RGB
CMYK
RGB Variations
Color information
#7142BC (or 0x7142BC) is known color: Purple Heart. HEX triplet: 71, 42 and BC. RGB value is (113,66,188). Sum of RGB (Red+Green+Blue) = 113+66+188=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #7142BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7142BC is #8EBD43. Grayscale: #5D5D5D. Windows color (decimal): -9354564 or 12337777. OLE color: 12337777.
HSL color Cylindrical-coordinate representation of color #7142BC: hue angle of 263.11º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7142BC is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 66 | 188 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.26 |
| HSL | 263.11º | 0.48% | 0.5% | - |
| HSV(B) | 263.11º | 0.65% | 0.74% | - |
| XYZ | 17.84 | 11.04 | 48.77 | - |
| YUV | 93.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 188 | 0.40 | 0.65 | 0 | 0.26 | 263.11 | 0.48 | 0.5 |
| Hex | 71 | 42 | BC | 28 | 41 | 0 | 1A | 107 | 30 | 32 |
| Octal | 161 | 102 | 274 | 50 | 101 | 0 | 32 | 407 | 60 | 62 |
| Binary | 1110001 | 1000010 | 10111100 | 101000 | 1000001 | 0 | 11010 | 100000111 | 110000 | 110010 |
Color Harmonies of #7142BC
Complementary color
Monochromatic Colors of #7142BC
Black with #7142BC
Text Example
Text Example
White with #7142BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7142BC; }
p { color: rgb(113,66,188); }
H1.HeaderClassName
{
color: #7142BC;
}
.AnyTagClassName
{
color: #7142BC;
}
</style>
background-color css
<style>
a { background-color: #7142BC; }
a { background-color: rgb(113,66,188); }
div.DivClassName
{
background-color: #7142BC;
}
.BgClassName
{
background-color: #7142BC;
}
</style>
border-color css
<style>
span { border-color: #7142BC; }
span { border-color: rgb(113,66,188); }
td.TdClassName
{
border-color: #7142BC;
}
.TagClassName
{
border-color: #7142BC;
}
</style>