Shades of Purple Heart #7315AC
Tints of Purple Heart #7315AC
RGB
CMYK
RGB Variations
Color information
#7315AC (or 0x7315AC) is known color: Purple Heart. HEX triplet: 73, 15 and AC. RGB value is (115,21,172). Sum of RGB (Red+Green+Blue) = 115+21+172=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #7315AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7315AC is #8CEA53. Grayscale: #414141. Windows color (decimal): -9235028 or 11277683. OLE color: 11277683.
HSL color Cylindrical-coordinate representation of color #7315AC: hue angle of 277.35º 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 #7315AC is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 21 | 172 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.33 |
| HSL | 277.35º | 0.78% | 0.38% | - |
| HSV(B) | 277.35º | 0.88% | 0.67% | - |
| XYZ | 14.78 | 7.16 | 39.63 | - |
| YUV | 66.32 | 187.64 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 172 | 0.33 | 0.88 | 0 | 0.33 | 277.35 | 0.78 | 0.38 |
| Hex | 73 | 15 | AC | 21 | 58 | 0 | 21 | 115 | 4E | 26 |
| Octal | 163 | 25 | 254 | 41 | 130 | 0 | 41 | 425 | 116 | 46 |
| Binary | 1110011 | 10101 | 10101100 | 100001 | 1011000 | 0 | 100001 | 100010101 | 1001110 | 100110 |
Color Harmonies of #7315AC
Complementary color
Monochromatic Colors of #7315AC
Black with #7315AC
Text Example
Text Example
White with #7315AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7315AC; }
p { color: rgb(115,21,172); }
H1.HeaderClassName
{
color: #7315AC;
}
.AnyTagClassName
{
color: #7315AC;
}
</style>
background-color css
<style>
a { background-color: #7315AC; }
a { background-color: rgb(115,21,172); }
div.DivClassName
{
background-color: #7315AC;
}
.BgClassName
{
background-color: #7315AC;
}
</style>
border-color css
<style>
span { border-color: #7315AC; }
span { border-color: rgb(115,21,172); }
td.TdClassName
{
border-color: #7315AC;
}
.TagClassName
{
border-color: #7315AC;
}
</style>