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