Shades of Purple Heart #7140BA
Tints of Purple Heart #7140BA
RGB
CMYK
RGB Variations
Color information
#7140BA (or 0x7140BA) is known color: Purple Heart. HEX triplet: 71, 40 and BA. RGB value is (113,64,186). Sum of RGB (Red+Green+Blue) = 113+64+186=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #7140BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7140BA is #8EBF45. Grayscale: #5C5C5C. Windows color (decimal): -9355078 or 12206193. OLE color: 12206193.
HSL color Cylindrical-coordinate representation of color #7140BA: hue angle of 264.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7140BA is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 64 | 186 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.27 |
| HSL | 264.1º | 0.49% | 0.49% | - |
| HSV(B) | 264.1º | 0.66% | 0.73% | - |
| XYZ | 17.51 | 10.72 | 47.6 | - |
| YUV | 92.56 | 180.73 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 64 | 186 | 0.39 | 0.66 | 0 | 0.27 | 264.1 | 0.49 | 0.49 |
| Hex | 71 | 40 | BA | 27 | 42 | 0 | 1B | 108 | 31 | 31 |
| Octal | 161 | 100 | 272 | 47 | 102 | 0 | 33 | 410 | 61 | 61 |
| Binary | 1110001 | 1000000 | 10111010 | 100111 | 1000010 | 0 | 11011 | 100001000 | 110001 | 110001 |
Color Harmonies of #7140BA
Complementary color
Monochromatic Colors of #7140BA
Black with #7140BA
Text Example
Text Example
White with #7140BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7140BA; }
p { color: rgb(113,64,186); }
H1.HeaderClassName
{
color: #7140BA;
}
.AnyTagClassName
{
color: #7140BA;
}
</style>
background-color css
<style>
a { background-color: #7140BA; }
a { background-color: rgb(113,64,186); }
div.DivClassName
{
background-color: #7140BA;
}
.BgClassName
{
background-color: #7140BA;
}
</style>
border-color css
<style>
span { border-color: #7140BA; }
span { border-color: rgb(113,64,186); }
td.TdClassName
{
border-color: #7140BA;
}
.TagClassName
{
border-color: #7140BA;
}
</style>