Shades of Purple Heart #7615BA
Tints of Purple Heart #7615BA
RGB
CMYK
RGB Variations
Color information
#7615BA (or 0x7615BA) is known color: Purple Heart. HEX triplet: 76, 15 and BA. RGB value is (118,21,186). Sum of RGB (Red+Green+Blue) = 118+21+186=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #7615BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7615BA is #89EA45. Grayscale: #444444. Windows color (decimal): -9038406 or 12195190. OLE color: 12195190.
HSL color Cylindrical-coordinate representation of color #7615BA: hue angle of 275.27º 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 #7615BA is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 21 | 186 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.27 |
| HSL | 275.27º | 0.8% | 0.41% | - |
| HSV(B) | 275.27º | 0.89% | 0.73% | - |
| XYZ | 16.6 | 7.93 | 47.11 | - |
| YUV | 68.81 | 194.14 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 186 | 0.37 | 0.89 | 0 | 0.27 | 275.27 | 0.8 | 0.41 |
| Hex | 76 | 15 | BA | 25 | 59 | 0 | 1B | 113 | 50 | 29 |
| Octal | 166 | 25 | 272 | 45 | 131 | 0 | 33 | 423 | 120 | 51 |
| Binary | 1110110 | 10101 | 10111010 | 100101 | 1011001 | 0 | 11011 | 100010011 | 1010000 | 101001 |
Color Harmonies of #7615BA
Complementary color
Monochromatic Colors of #7615BA
Black with #7615BA
Text Example
Text Example
White with #7615BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7615BA; }
p { color: rgb(118,21,186); }
H1.HeaderClassName
{
color: #7615BA;
}
.AnyTagClassName
{
color: #7615BA;
}
</style>
background-color css
<style>
a { background-color: #7615BA; }
a { background-color: rgb(118,21,186); }
div.DivClassName
{
background-color: #7615BA;
}
.BgClassName
{
background-color: #7615BA;
}
</style>
border-color css
<style>
span { border-color: #7615BA; }
span { border-color: rgb(118,21,186); }
td.TdClassName
{
border-color: #7615BA;
}
.TagClassName
{
border-color: #7615BA;
}
</style>