Shades of Purple Heart #7141BC
Tints of Purple Heart #7141BC
RGB
CMYK
RGB Variations
Color information
#7141BC (or 0x7141BC) is known color: Purple Heart. HEX triplet: 71, 41 and BC. RGB value is (113,65,188). Sum of RGB (Red+Green+Blue) = 113+65+188=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #7141BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7141BC is #8EBE43. Grayscale: #5C5C5C. Windows color (decimal): -9354820 or 12337521. OLE color: 12337521.
HSL color Cylindrical-coordinate representation of color #7141BC: hue angle of 263.41º degrees, saturation: 0.49, 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 #7141BC is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 65 | 188 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.26 |
| HSL | 263.41º | 0.49% | 0.5% | - |
| HSV(B) | 263.41º | 0.65% | 0.74% | - |
| XYZ | 17.78 | 10.92 | 48.75 | - |
| YUV | 93.37 | 181.4 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 188 | 0.40 | 0.65 | 0 | 0.26 | 263.41 | 0.49 | 0.5 |
| Hex | 71 | 41 | BC | 28 | 41 | 0 | 1A | 107 | 31 | 32 |
| Octal | 161 | 101 | 274 | 50 | 101 | 0 | 32 | 407 | 61 | 62 |
| Binary | 1110001 | 1000001 | 10111100 | 101000 | 1000001 | 0 | 11010 | 100000111 | 110001 | 110010 |
Color Harmonies of #7141BC
Complementary color
Monochromatic Colors of #7141BC
Black with #7141BC
Text Example
Text Example
White with #7141BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7141BC; }
p { color: rgb(113,65,188); }
H1.HeaderClassName
{
color: #7141BC;
}
.AnyTagClassName
{
color: #7141BC;
}
</style>
background-color css
<style>
a { background-color: #7141BC; }
a { background-color: rgb(113,65,188); }
div.DivClassName
{
background-color: #7141BC;
}
.BgClassName
{
background-color: #7141BC;
}
</style>
border-color css
<style>
span { border-color: #7141BC; }
span { border-color: rgb(113,65,188); }
td.TdClassName
{
border-color: #7141BC;
}
.TagClassName
{
border-color: #7141BC;
}
</style>