Shades of Purple Heart #7516AF
Tints of Purple Heart #7516AF
RGB
CMYK
RGB Variations
Color information
#7516AF (or 0x7516AF) is known color: Purple Heart. HEX triplet: 75, 16 and AF. RGB value is (117,22,175). Sum of RGB (Red+Green+Blue) = 117+22+175=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #7516AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7516AF is #8AE950. Grayscale: #434343. Windows color (decimal): -9103697 or 11474549. OLE color: 11474549.
HSL color Cylindrical-coordinate representation of color #7516AF: hue angle of 277.25º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7516AF is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 22 | 175 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.31 |
| HSL | 277.25º | 0.78% | 0.39% | - |
| HSV(B) | 277.25º | 0.87% | 0.69% | - |
| XYZ | 15.36 | 7.45 | 41.19 | - |
| YUV | 67.85 | 188.47 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 175 | 0.33 | 0.87 | 0 | 0.31 | 277.25 | 0.78 | 0.39 |
| Hex | 75 | 16 | AF | 21 | 57 | 0 | 1F | 115 | 4E | 27 |
| Octal | 165 | 26 | 257 | 41 | 127 | 0 | 37 | 425 | 116 | 47 |
| Binary | 1110101 | 10110 | 10101111 | 100001 | 1010111 | 0 | 11111 | 100010101 | 1001110 | 100111 |
Color Harmonies of #7516AF
Complementary color
Monochromatic Colors of #7516AF
Black with #7516AF
Text Example
Text Example
White with #7516AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7516AF; }
p { color: rgb(117,22,175); }
H1.HeaderClassName
{
color: #7516AF;
}
.AnyTagClassName
{
color: #7516AF;
}
</style>
background-color css
<style>
a { background-color: #7516AF; }
a { background-color: rgb(117,22,175); }
div.DivClassName
{
background-color: #7516AF;
}
.BgClassName
{
background-color: #7516AF;
}
</style>
border-color css
<style>
span { border-color: #7516AF; }
span { border-color: rgb(117,22,175); }
td.TdClassName
{
border-color: #7516AF;
}
.TagClassName
{
border-color: #7516AF;
}
</style>