Shades of Purple Heart #7319BB
Tints of Purple Heart #7319BB
RGB
CMYK
RGB Variations
Color information
#7319BB (or 0x7319BB) is known color: Purple Heart. HEX triplet: 73, 19 and BB. RGB value is (115,25,187). Sum of RGB (Red+Green+Blue) = 115+25+187=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #7319BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7319BB is #8CE644. Grayscale: #454545. Windows color (decimal): -9233989 or 12261747. OLE color: 12261747.
HSL color Cylindrical-coordinate representation of color #7319BB: hue angle of 273.33º 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 #7319BB is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 25 | 187 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.27 |
| HSL | 273.33º | 0.76% | 0.42% | - |
| HSV(B) | 273.33º | 0.87% | 0.73% | - |
| XYZ | 16.39 | 7.93 | 47.68 | - |
| YUV | 70.38 | 193.82 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 187 | 0.39 | 0.87 | 0 | 0.27 | 273.33 | 0.76 | 0.42 |
| Hex | 73 | 19 | BB | 27 | 57 | 0 | 1B | 111 | 4C | 2A |
| Octal | 163 | 31 | 273 | 47 | 127 | 0 | 33 | 421 | 114 | 52 |
| Binary | 1110011 | 11001 | 10111011 | 100111 | 1010111 | 0 | 11011 | 100010001 | 1001100 | 101010 |
Color Harmonies of #7319BB
Complementary color
Monochromatic Colors of #7319BB
Black with #7319BB
Text Example
Text Example
White with #7319BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7319BB; }
p { color: rgb(115,25,187); }
H1.HeaderClassName
{
color: #7319BB;
}
.AnyTagClassName
{
color: #7319BB;
}
</style>
background-color css
<style>
a { background-color: #7319BB; }
a { background-color: rgb(115,25,187); }
div.DivClassName
{
background-color: #7319BB;
}
.BgClassName
{
background-color: #7319BB;
}
</style>
border-color css
<style>
span { border-color: #7319BB; }
span { border-color: rgb(115,25,187); }
td.TdClassName
{
border-color: #7319BB;
}
.TagClassName
{
border-color: #7319BB;
}
</style>