Shades of Purple Heart #7515AC
Tints of Purple Heart #7515AC
RGB
CMYK
RGB Variations
Color information
#7515AC (or 0x7515AC) is known color: Purple Heart. HEX triplet: 75, 15 and AC. RGB value is (117,21,172). Sum of RGB (Red+Green+Blue) = 117+21+172=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #7515AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7515AC is #8AEA53. Grayscale: #424242. Windows color (decimal): -9103956 or 11277685. OLE color: 11277685.
HSL color Cylindrical-coordinate representation of color #7515AC: hue angle of 278.15º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7515AC is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 21 | 172 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.33 |
| HSL | 278.15º | 0.78% | 0.38% | - |
| HSV(B) | 278.15º | 0.88% | 0.67% | - |
| XYZ | 15.05 | 7.3 | 39.64 | - |
| YUV | 66.92 | 187.3 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 21 | 172 | 0.32 | 0.88 | 0 | 0.33 | 278.15 | 0.78 | 0.38 |
| Hex | 75 | 15 | AC | 20 | 58 | 0 | 21 | 116 | 4E | 26 |
| Octal | 165 | 25 | 254 | 40 | 130 | 0 | 41 | 426 | 116 | 46 |
| Binary | 1110101 | 10101 | 10101100 | 100000 | 1011000 | 0 | 100001 | 100010110 | 1001110 | 100110 |
Color Harmonies of #7515AC
Complementary color
Monochromatic Colors of #7515AC
Black with #7515AC
Text Example
Text Example
White with #7515AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7515AC; }
p { color: rgb(117,21,172); }
H1.HeaderClassName
{
color: #7515AC;
}
.AnyTagClassName
{
color: #7515AC;
}
</style>
background-color css
<style>
a { background-color: #7515AC; }
a { background-color: rgb(117,21,172); }
div.DivClassName
{
background-color: #7515AC;
}
.BgClassName
{
background-color: #7515AC;
}
</style>
border-color css
<style>
span { border-color: #7515AC; }
span { border-color: rgb(117,21,172); }
td.TdClassName
{
border-color: #7515AC;
}
.TagClassName
{
border-color: #7515AC;
}
</style>