Shades of Purple Heart #7519AA
Tints of Purple Heart #7519AA
RGB
CMYK
RGB Variations
Color information
#7519AA (or 0x7519AA) is known color: Purple Heart. HEX triplet: 75, 19 and AA. RGB value is (117,25,170). Sum of RGB (Red+Green+Blue) = 117+25+170=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #7519AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7519AA is #8AE655. Grayscale: #444444. Windows color (decimal): -9102934 or 11147637. OLE color: 11147637.
HSL color Cylindrical-coordinate representation of color #7519AA: hue angle of 278.07º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7519AA is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 25 | 170 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.33 |
| HSL | 278.07º | 0.74% | 0.38% | - |
| HSV(B) | 278.07º | 0.85% | 0.67% | - |
| XYZ | 14.94 | 7.38 | 38.67 | - |
| YUV | 69.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 170 | 0.31 | 0.85 | 0 | 0.33 | 278.07 | 0.74 | 0.38 |
| Hex | 75 | 19 | AA | 1F | 55 | 0 | 21 | 116 | 4A | 26 |
| Octal | 165 | 31 | 252 | 37 | 125 | 0 | 41 | 426 | 112 | 46 |
| Binary | 1110101 | 11001 | 10101010 | 11111 | 1010101 | 0 | 100001 | 100010110 | 1001010 | 100110 |
Color Harmonies of #7519AA
Complementary color
Monochromatic Colors of #7519AA
Black with #7519AA
Text Example
Text Example
White with #7519AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7519AA; }
p { color: rgb(117,25,170); }
H1.HeaderClassName
{
color: #7519AA;
}
.AnyTagClassName
{
color: #7519AA;
}
</style>
background-color css
<style>
a { background-color: #7519AA; }
a { background-color: rgb(117,25,170); }
div.DivClassName
{
background-color: #7519AA;
}
.BgClassName
{
background-color: #7519AA;
}
</style>
border-color css
<style>
span { border-color: #7519AA; }
span { border-color: rgb(117,25,170); }
td.TdClassName
{
border-color: #7519AA;
}
.TagClassName
{
border-color: #7519AA;
}
</style>