Shades of Purple Heart #7516B7
Tints of Purple Heart #7516B7
RGB
CMYK
RGB Variations
Color information
#7516B7 (or 0x7516B7) is known color: Purple Heart. HEX triplet: 75, 16 and B7. RGB value is (117,22,183). Sum of RGB (Red+Green+Blue) = 117+22+183=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 22 (8.98% from 255 or 6.83% 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 #7516B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7516B7 is #8AE948. Grayscale: #444444. Windows color (decimal): -9103689 or 11998837. OLE color: 11998837.
HSL color Cylindrical-coordinate representation of color #7516B7: hue angle of 275.4º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7516B7 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 22 | 183 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.28 |
| HSL | 275.4º | 0.79% | 0.4% | - |
| HSV(B) | 275.4º | 0.88% | 0.72% | - |
| XYZ | 16.17 | 7.77 | 45.45 | - |
| YUV | 68.76 | 192.47 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 183 | 0.36 | 0.88 | 0 | 0.28 | 275.4 | 0.79 | 0.4 |
| Hex | 75 | 16 | B7 | 24 | 58 | 0 | 1C | 113 | 4F | 28 |
| Octal | 165 | 26 | 267 | 44 | 130 | 0 | 34 | 423 | 117 | 50 |
| Binary | 1110101 | 10110 | 10110111 | 100100 | 1011000 | 0 | 11100 | 100010011 | 1001111 | 101000 |
Color Harmonies of #7516B7
Complementary color
Monochromatic Colors of #7516B7
Black with #7516B7
Text Example
Text Example
White with #7516B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7516B7; }
p { color: rgb(117,22,183); }
H1.HeaderClassName
{
color: #7516B7;
}
.AnyTagClassName
{
color: #7516B7;
}
</style>
background-color css
<style>
a { background-color: #7516B7; }
a { background-color: rgb(117,22,183); }
div.DivClassName
{
background-color: #7516B7;
}
.BgClassName
{
background-color: #7516B7;
}
</style>
border-color css
<style>
span { border-color: #7516B7; }
span { border-color: rgb(117,22,183); }
td.TdClassName
{
border-color: #7516B7;
}
.TagClassName
{
border-color: #7516B7;
}
</style>