Shades of Purple Heart #7319B5
Tints of Purple Heart #7319B5
RGB
CMYK
RGB Variations
Color information
#7319B5 (or 0x7319B5) is known color: Purple Heart. HEX triplet: 73, 19 and B5. RGB value is (115,25,181). Sum of RGB (Red+Green+Blue) = 115+25+181=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 181 (71.09% from 255 or 56.39% from 321); Max value from RGB is 181 - color contains mainly: blue. Hex color #7319B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7319B5 is #8CE64A. Grayscale: #454545. Windows color (decimal): -9233995 or 11868531. OLE color: 11868531.
HSL color Cylindrical-coordinate representation of color #7319B5: hue angle of 274.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7319B5 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 25 | 181 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.29 |
| HSL | 274.62º | 0.76% | 0.4% | - |
| HSV(B) | 274.62º | 0.86% | 0.71% | - |
| XYZ | 15.76 | 7.68 | 44.37 | - |
| YUV | 69.69 | 190.82 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 181 | 0.36 | 0.86 | 0 | 0.29 | 274.62 | 0.76 | 0.4 |
| Hex | 73 | 19 | B5 | 24 | 56 | 0 | 1D | 113 | 4C | 28 |
| Octal | 163 | 31 | 265 | 44 | 126 | 0 | 35 | 423 | 114 | 50 |
| Binary | 1110011 | 11001 | 10110101 | 100100 | 1010110 | 0 | 11101 | 100010011 | 1001100 | 101000 |
Color Harmonies of #7319B5
Complementary color
Monochromatic Colors of #7319B5
Black with #7319B5
Text Example
Text Example
White with #7319B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7319B5; }
p { color: rgb(115,25,181); }
H1.HeaderClassName
{
color: #7319B5;
}
.AnyTagClassName
{
color: #7319B5;
}
</style>
background-color css
<style>
a { background-color: #7319B5; }
a { background-color: rgb(115,25,181); }
div.DivClassName
{
background-color: #7319B5;
}
.BgClassName
{
background-color: #7319B5;
}
</style>
border-color css
<style>
span { border-color: #7319B5; }
span { border-color: rgb(115,25,181); }
td.TdClassName
{
border-color: #7319B5;
}
.TagClassName
{
border-color: #7319B5;
}
</style>