Shades of Purple Heart #7315BB
Tints of Purple Heart #7315BB
RGB
CMYK
RGB Variations
Color information
#7315BB (or 0x7315BB) is known color: Purple Heart. HEX triplet: 73, 15 and BB. RGB value is (115,21,187). Sum of RGB (Red+Green+Blue) = 115+21+187=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #7315BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7315BB is #8CEA44. Grayscale: #434343. Windows color (decimal): -9235013 or 12260723. OLE color: 12260723.
HSL color Cylindrical-coordinate representation of color #7315BB: hue angle of 273.98º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7315BB is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 21 | 187 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.27 |
| HSL | 273.98º | 0.8% | 0.41% | - |
| HSV(B) | 273.98º | 0.89% | 0.73% | - |
| XYZ | 16.31 | 7.77 | 47.65 | - |
| YUV | 68.03 | 195.14 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 187 | 0.39 | 0.89 | 0 | 0.27 | 273.98 | 0.8 | 0.41 |
| Hex | 73 | 15 | BB | 27 | 59 | 0 | 1B | 112 | 50 | 29 |
| Octal | 163 | 25 | 273 | 47 | 131 | 0 | 33 | 422 | 120 | 51 |
| Binary | 1110011 | 10101 | 10111011 | 100111 | 1011001 | 0 | 11011 | 100010010 | 1010000 | 101001 |
Color Harmonies of #7315BB
Complementary color
Monochromatic Colors of #7315BB
Black with #7315BB
Text Example
Text Example
White with #7315BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7315BB; }
p { color: rgb(115,21,187); }
H1.HeaderClassName
{
color: #7315BB;
}
.AnyTagClassName
{
color: #7315BB;
}
</style>
background-color css
<style>
a { background-color: #7315BB; }
a { background-color: rgb(115,21,187); }
div.DivClassName
{
background-color: #7315BB;
}
.BgClassName
{
background-color: #7315BB;
}
</style>
border-color css
<style>
span { border-color: #7315BB; }
span { border-color: rgb(115,21,187); }
td.TdClassName
{
border-color: #7315BB;
}
.TagClassName
{
border-color: #7315BB;
}
</style>