Shades of Purple Heart #7141BE
Tints of Purple Heart #7141BE
RGB
CMYK
RGB Variations
Color information
#7141BE (or 0x7141BE) is known color: Purple Heart. HEX triplet: 71, 41 and BE. RGB value is (113,65,190). Sum of RGB (Red+Green+Blue) = 113+65+190=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #7141BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7141BE is #8EBE41. Grayscale: #5D5D5D. Windows color (decimal): -9354818 or 12468593. OLE color: 12468593.
HSL color Cylindrical-coordinate representation of color #7141BE: hue angle of 263.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7141BE is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 65 | 190 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.25 |
| HSL | 263.04º | 0.49% | 0.5% | - |
| HSV(B) | 263.04º | 0.66% | 0.75% | - |
| XYZ | 17.99 | 11.01 | 49.89 | - |
| YUV | 93.6 | 182.4 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 190 | 0.41 | 0.66 | 0 | 0.25 | 263.04 | 0.49 | 0.5 |
| Hex | 71 | 41 | BE | 29 | 42 | 0 | 19 | 107 | 31 | 32 |
| Octal | 161 | 101 | 276 | 51 | 102 | 0 | 31 | 407 | 61 | 62 |
| Binary | 1110001 | 1000001 | 10111110 | 101001 | 1000010 | 0 | 11001 | 100000111 | 110001 | 110010 |
Color Harmonies of #7141BE
Complementary color
Monochromatic Colors of #7141BE
Black with #7141BE
Text Example
Text Example
White with #7141BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7141BE; }
p { color: rgb(113,65,190); }
H1.HeaderClassName
{
color: #7141BE;
}
.AnyTagClassName
{
color: #7141BE;
}
</style>
background-color css
<style>
a { background-color: #7141BE; }
a { background-color: rgb(113,65,190); }
div.DivClassName
{
background-color: #7141BE;
}
.BgClassName
{
background-color: #7141BE;
}
</style>
border-color css
<style>
span { border-color: #7141BE; }
span { border-color: rgb(113,65,190); }
td.TdClassName
{
border-color: #7141BE;
}
.TagClassName
{
border-color: #7141BE;
}
</style>