Shades of Purple Heart #7315BD
Tints of Purple Heart #7315BD
RGB
CMYK
RGB Variations
Color information
#7315BD (or 0x7315BD) is known color: Purple Heart. HEX triplet: 73, 15 and BD. RGB value is (115,21,189). Sum of RGB (Red+Green+Blue) = 115+21+189=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #7315BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7315BD is #8CEA42. Grayscale: #434343. Windows color (decimal): -9235011 or 12391795. OLE color: 12391795.
HSL color Cylindrical-coordinate representation of color #7315BD: hue angle of 273.57º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7315BD is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 21 | 189 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.26 |
| HSL | 273.57º | 0.8% | 0.41% | - |
| HSV(B) | 273.57º | 0.89% | 0.74% | - |
| XYZ | 16.52 | 7.86 | 48.79 | - |
| YUV | 68.26 | 196.14 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 189 | 0.39 | 0.89 | 0 | 0.26 | 273.57 | 0.8 | 0.41 |
| Hex | 73 | 15 | BD | 27 | 59 | 0 | 1A | 112 | 50 | 29 |
| Octal | 163 | 25 | 275 | 47 | 131 | 0 | 32 | 422 | 120 | 51 |
| Binary | 1110011 | 10101 | 10111101 | 100111 | 1011001 | 0 | 11010 | 100010010 | 1010000 | 101001 |
Color Harmonies of #7315BD
Complementary color
Monochromatic Colors of #7315BD
Black with #7315BD
Text Example
Text Example
White with #7315BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7315BD; }
p { color: rgb(115,21,189); }
H1.HeaderClassName
{
color: #7315BD;
}
.AnyTagClassName
{
color: #7315BD;
}
</style>
background-color css
<style>
a { background-color: #7315BD; }
a { background-color: rgb(115,21,189); }
div.DivClassName
{
background-color: #7315BD;
}
.BgClassName
{
background-color: #7315BD;
}
</style>
border-color css
<style>
span { border-color: #7315BD; }
span { border-color: rgb(115,21,189); }
td.TdClassName
{
border-color: #7315BD;
}
.TagClassName
{
border-color: #7315BD;
}
</style>