Shades of Purple Heart #7314AA
Tints of Purple Heart #7314AA
RGB
CMYK
RGB Variations
Color information
#7314AA (or 0x7314AA) is known color: Purple Heart. HEX triplet: 73, 14 and AA. RGB value is (115,20,170). Sum of RGB (Red+Green+Blue) = 115+20+170=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #7314AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7314AA is #8CEB55. Grayscale: #414141. Windows color (decimal): -9235286 or 11146355. OLE color: 11146355.
HSL color Cylindrical-coordinate representation of color #7314AA: hue angle of 278º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7314AA is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 20 | 170 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.33 |
| HSL | 278º | 0.79% | 0.37% | - |
| HSV(B) | 278º | 0.88% | 0.67% | - |
| XYZ | 14.58 | 7.05 | 38.62 | - |
| YUV | 65.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 170 | 0.32 | 0.88 | 0 | 0.33 | 278 | 0.79 | 0.37 |
| Hex | 73 | 14 | AA | 20 | 58 | 0 | 21 | 116 | 4F | 25 |
| Octal | 163 | 24 | 252 | 40 | 130 | 0 | 41 | 426 | 117 | 45 |
| Binary | 1110011 | 10100 | 10101010 | 100000 | 1011000 | 0 | 100001 | 100010110 | 1001111 | 100101 |
Color Harmonies of #7314AA
Complementary color
Monochromatic Colors of #7314AA
Black with #7314AA
Text Example
Text Example
White with #7314AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7314AA; }
p { color: rgb(115,20,170); }
H1.HeaderClassName
{
color: #7314AA;
}
.AnyTagClassName
{
color: #7314AA;
}
</style>
background-color css
<style>
a { background-color: #7314AA; }
a { background-color: rgb(115,20,170); }
div.DivClassName
{
background-color: #7314AA;
}
.BgClassName
{
background-color: #7314AA;
}
</style>
border-color css
<style>
span { border-color: #7314AA; }
span { border-color: rgb(115,20,170); }
td.TdClassName
{
border-color: #7314AA;
}
.TagClassName
{
border-color: #7314AA;
}
</style>