Shades of Purple Heart #7119BB
Tints of Purple Heart #7119BB
RGB
CMYK
RGB Variations
Color information
#7119BB (or 0x7119BB) is known color: Purple Heart. HEX triplet: 71, 19 and BB. RGB value is (113,25,187). Sum of RGB (Red+Green+Blue) = 113+25+187=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #7119BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7119BB is #8EE644. Grayscale: #454545. Windows color (decimal): -9365061 or 12261745. OLE color: 12261745.
HSL color Cylindrical-coordinate representation of color #7119BB: hue angle of 272.59º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7119BB is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 25 | 187 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.27 |
| HSL | 272.59º | 0.76% | 0.42% | - |
| HSV(B) | 272.59º | 0.87% | 0.73% | - |
| XYZ | 16.13 | 7.79 | 47.67 | - |
| YUV | 69.78 | 194.15 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 187 | 0.40 | 0.87 | 0 | 0.27 | 272.59 | 0.76 | 0.42 |
| Hex | 71 | 19 | BB | 28 | 57 | 0 | 1B | 111 | 4C | 2A |
| Octal | 161 | 31 | 273 | 50 | 127 | 0 | 33 | 421 | 114 | 52 |
| Binary | 1110001 | 11001 | 10111011 | 101000 | 1010111 | 0 | 11011 | 100010001 | 1001100 | 101010 |
Color Harmonies of #7119BB
Complementary color
Monochromatic Colors of #7119BB
Black with #7119BB
Text Example
Text Example
White with #7119BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7119BB; }
p { color: rgb(113,25,187); }
H1.HeaderClassName
{
color: #7119BB;
}
.AnyTagClassName
{
color: #7119BB;
}
</style>
background-color css
<style>
a { background-color: #7119BB; }
a { background-color: rgb(113,25,187); }
div.DivClassName
{
background-color: #7119BB;
}
.BgClassName
{
background-color: #7119BB;
}
</style>
border-color css
<style>
span { border-color: #7119BB; }
span { border-color: rgb(113,25,187); }
td.TdClassName
{
border-color: #7119BB;
}
.TagClassName
{
border-color: #7119BB;
}
</style>