Shades of Purple Heart #7513AB
Tints of Purple Heart #7513AB
RGB
CMYK
RGB Variations
Color information
#7513AB (or 0x7513AB) is known color: Purple Heart. HEX triplet: 75, 13 and AB. RGB value is (117,19,171). Sum of RGB (Red+Green+Blue) = 117+19+171=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #7513AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7513AB is #8AEC54. Grayscale: #414141. Windows color (decimal): -9104469 or 11211637. OLE color: 11211637.
HSL color Cylindrical-coordinate representation of color #7513AB: hue angle of 278.68º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7513AB is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 19 | 171 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.33 |
| HSL | 278.68º | 0.8% | 0.37% | - |
| HSV(B) | 278.68º | 0.89% | 0.67% | - |
| XYZ | 14.92 | 7.19 | 39.13 | - |
| YUV | 65.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 171 | 0.32 | 0.89 | 0 | 0.33 | 278.68 | 0.8 | 0.37 |
| Hex | 75 | 13 | AB | 20 | 59 | 0 | 21 | 117 | 50 | 25 |
| Octal | 165 | 23 | 253 | 40 | 131 | 0 | 41 | 427 | 120 | 45 |
| Binary | 1110101 | 10011 | 10101011 | 100000 | 1011001 | 0 | 100001 | 100010111 | 1010000 | 100101 |
Color Harmonies of #7513AB
Complementary color
Monochromatic Colors of #7513AB
Black with #7513AB
Text Example
Text Example
White with #7513AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7513AB; }
p { color: rgb(117,19,171); }
H1.HeaderClassName
{
color: #7513AB;
}
.AnyTagClassName
{
color: #7513AB;
}
</style>
background-color css
<style>
a { background-color: #7513AB; }
a { background-color: rgb(117,19,171); }
div.DivClassName
{
background-color: #7513AB;
}
.BgClassName
{
background-color: #7513AB;
}
</style>
border-color css
<style>
span { border-color: #7513AB; }
span { border-color: rgb(117,19,171); }
td.TdClassName
{
border-color: #7513AB;
}
.TagClassName
{
border-color: #7513AB;
}
</style>