Shades of Purple Heart #7615B7
Tints of Purple Heart #7615B7
RGB
CMYK
RGB Variations
Color information
#7615B7 (or 0x7615B7) is known color: Purple Heart. HEX triplet: 76, 15 and B7. RGB value is (118,21,183). Sum of RGB (Red+Green+Blue) = 118+21+183=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 183 (71.88% from 255 or 56.83% from 322); Max value from RGB is 183 - color contains mainly: blue. Hex color #7615B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7615B7 is #89EA48. Grayscale: #434343. Windows color (decimal): -9038409 or 11998582. OLE color: 11998582.
HSL color Cylindrical-coordinate representation of color #7615B7: hue angle of 275.93º 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 #7615B7 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 21 | 183 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.28 |
| HSL | 275.93º | 0.79% | 0.4% | - |
| HSV(B) | 275.93º | 0.89% | 0.72% | - |
| XYZ | 16.29 | 7.81 | 45.45 | - |
| YUV | 68.47 | 192.64 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 183 | 0.36 | 0.89 | 0 | 0.28 | 275.93 | 0.79 | 0.4 |
| Hex | 76 | 15 | B7 | 24 | 59 | 0 | 1C | 114 | 4F | 28 |
| Octal | 166 | 25 | 267 | 44 | 131 | 0 | 34 | 424 | 117 | 50 |
| Binary | 1110110 | 10101 | 10110111 | 100100 | 1011001 | 0 | 11100 | 100010100 | 1001111 | 101000 |
Color Harmonies of #7615B7
Complementary color
Monochromatic Colors of #7615B7
Black with #7615B7
Text Example
Text Example
White with #7615B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7615B7; }
p { color: rgb(118,21,183); }
H1.HeaderClassName
{
color: #7615B7;
}
.AnyTagClassName
{
color: #7615B7;
}
</style>
background-color css
<style>
a { background-color: #7615B7; }
a { background-color: rgb(118,21,183); }
div.DivClassName
{
background-color: #7615B7;
}
.BgClassName
{
background-color: #7615B7;
}
</style>
border-color css
<style>
span { border-color: #7615B7; }
span { border-color: rgb(118,21,183); }
td.TdClassName
{
border-color: #7615B7;
}
.TagClassName
{
border-color: #7615B7;
}
</style>