Shades of Purple Heart #7513AF
Tints of Purple Heart #7513AF
RGB
CMYK
RGB Variations
Color information
#7513AF (or 0x7513AF) is known color: Purple Heart. HEX triplet: 75, 13 and AF. RGB value is (117,19,175). Sum of RGB (Red+Green+Blue) = 117+19+175=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #7513AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7513AF is #8AEC50. Grayscale: #414141. Windows color (decimal): -9104465 or 11473781. OLE color: 11473781.
HSL color Cylindrical-coordinate representation of color #7513AF: hue angle of 277.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7513AF is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 19 | 175 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.31 |
| HSL | 277.69º | 0.8% | 0.38% | - |
| HSV(B) | 277.69º | 0.89% | 0.69% | - |
| XYZ | 15.31 | 7.34 | 41.17 | - |
| YUV | 66.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 175 | 0.33 | 0.89 | 0 | 0.31 | 277.69 | 0.8 | 0.38 |
| Hex | 75 | 13 | AF | 21 | 59 | 0 | 1F | 116 | 50 | 26 |
| Octal | 165 | 23 | 257 | 41 | 131 | 0 | 37 | 426 | 120 | 46 |
| Binary | 1110101 | 10011 | 10101111 | 100001 | 1011001 | 0 | 11111 | 100010110 | 1010000 | 100110 |
Color Harmonies of #7513AF
Complementary color
Monochromatic Colors of #7513AF
Black with #7513AF
Text Example
Text Example
White with #7513AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7513AF; }
p { color: rgb(117,19,175); }
H1.HeaderClassName
{
color: #7513AF;
}
.AnyTagClassName
{
color: #7513AF;
}
</style>
background-color css
<style>
a { background-color: #7513AF; }
a { background-color: rgb(117,19,175); }
div.DivClassName
{
background-color: #7513AF;
}
.BgClassName
{
background-color: #7513AF;
}
</style>
border-color css
<style>
span { border-color: #7513AF; }
span { border-color: rgb(117,19,175); }
td.TdClassName
{
border-color: #7513AF;
}
.TagClassName
{
border-color: #7513AF;
}
</style>