Shades of Purple Heart #7516BC
Tints of Purple Heart #7516BC
RGB
CMYK
RGB Variations
Color information
#7516BC (or 0x7516BC) is known color: Purple Heart. HEX triplet: 75, 16 and BC. RGB value is (117,22,188). Sum of RGB (Red+Green+Blue) = 117+22+188=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #7516BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7516BC is #8AE943. Grayscale: #444444. Windows color (decimal): -9103684 or 12326517. OLE color: 12326517.
HSL color Cylindrical-coordinate representation of color #7516BC: hue angle of 274.34º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7516BC is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 22 | 188 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.26 |
| HSL | 274.34º | 0.79% | 0.41% | - |
| HSV(B) | 274.34º | 0.88% | 0.74% | - |
| XYZ | 16.7 | 7.99 | 48.24 | - |
| YUV | 69.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 188 | 0.38 | 0.88 | 0 | 0.26 | 274.34 | 0.79 | 0.41 |
| Hex | 75 | 16 | BC | 26 | 58 | 0 | 1A | 112 | 4F | 29 |
| Octal | 165 | 26 | 274 | 46 | 130 | 0 | 32 | 422 | 117 | 51 |
| Binary | 1110101 | 10110 | 10111100 | 100110 | 1011000 | 0 | 11010 | 100010010 | 1001111 | 101001 |
Color Harmonies of #7516BC
Complementary color
Monochromatic Colors of #7516BC
Black with #7516BC
Text Example
Text Example
White with #7516BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7516BC; }
p { color: rgb(117,22,188); }
H1.HeaderClassName
{
color: #7516BC;
}
.AnyTagClassName
{
color: #7516BC;
}
</style>
background-color css
<style>
a { background-color: #7516BC; }
a { background-color: rgb(117,22,188); }
div.DivClassName
{
background-color: #7516BC;
}
.BgClassName
{
background-color: #7516BC;
}
</style>
border-color css
<style>
span { border-color: #7516BC; }
span { border-color: rgb(117,22,188); }
td.TdClassName
{
border-color: #7516BC;
}
.TagClassName
{
border-color: #7516BC;
}
</style>