Shades of Purple Heart #7315B7
Tints of Purple Heart #7315B7
RGB
CMYK
RGB Variations
Color information
#7315B7 (or 0x7315B7) is known color: Purple Heart. HEX triplet: 73, 15 and B7. RGB value is (115,21,183). Sum of RGB (Red+Green+Blue) = 115+21+183=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 183 (71.88% from 255 or 57.37% from 319); Max value from RGB is 183 - color contains mainly: blue. Hex color #7315B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7315B7 is #8CEA48. Grayscale: #434343. Windows color (decimal): -9235017 or 11998579. OLE color: 11998579.
HSL color Cylindrical-coordinate representation of color #7315B7: hue angle of 274.81º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7315B7 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 21 | 183 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.28 |
| HSL | 274.81º | 0.79% | 0.4% | - |
| HSV(B) | 274.81º | 0.89% | 0.72% | - |
| XYZ | 15.89 | 7.6 | 45.43 | - |
| YUV | 67.57 | 193.14 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 183 | 0.37 | 0.89 | 0 | 0.28 | 274.81 | 0.79 | 0.4 |
| Hex | 73 | 15 | B7 | 25 | 59 | 0 | 1C | 113 | 4F | 28 |
| Octal | 163 | 25 | 267 | 45 | 131 | 0 | 34 | 423 | 117 | 50 |
| Binary | 1110011 | 10101 | 10110111 | 100101 | 1011001 | 0 | 11100 | 100010011 | 1001111 | 101000 |
Color Harmonies of #7315B7
Complementary color
Monochromatic Colors of #7315B7
Black with #7315B7
Text Example
Text Example
White with #7315B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7315B7; }
p { color: rgb(115,21,183); }
H1.HeaderClassName
{
color: #7315B7;
}
.AnyTagClassName
{
color: #7315B7;
}
</style>
background-color css
<style>
a { background-color: #7315B7; }
a { background-color: rgb(115,21,183); }
div.DivClassName
{
background-color: #7315B7;
}
.BgClassName
{
background-color: #7315B7;
}
</style>
border-color css
<style>
span { border-color: #7315B7; }
span { border-color: rgb(115,21,183); }
td.TdClassName
{
border-color: #7315B7;
}
.TagClassName
{
border-color: #7315B7;
}
</style>