Shades of Purple Heart #730EAA
Tints of Purple Heart #730EAA
RGB
CMYK
RGB Variations
Color information
#730EAA (or 0x730EAA) is known color: Purple Heart. HEX triplet: 73, 0E and AA. RGB value is (115,14,170). Sum of RGB (Red+Green+Blue) = 115+14+170=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #730EAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730EAA is #8CF155. Grayscale: #3D3D3D. Windows color (decimal): -9236822 or 11144819. OLE color: 11144819.
HSL color Cylindrical-coordinate representation of color #730EAA: hue angle of 278.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730EAA is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 14 | 170 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.33 |
| HSL | 278.85º | 0.85% | 0.36% | - |
| HSV(B) | 278.85º | 0.92% | 0.67% | - |
| XYZ | 14.48 | 6.86 | 38.59 | - |
| YUV | 61.98 | 188.96 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 170 | 0.32 | 0.92 | 0 | 0.33 | 278.85 | 0.85 | 0.36 |
| Hex | 73 | E | AA | 20 | 5C | 0 | 21 | 117 | 55 | 24 |
| Octal | 163 | 16 | 252 | 40 | 134 | 0 | 41 | 427 | 125 | 44 |
| Binary | 1110011 | 1110 | 10101010 | 100000 | 1011100 | 0 | 100001 | 100010111 | 1010101 | 100100 |
Color Harmonies of #730EAA
Complementary color
Monochromatic Colors of #730EAA
Black with #730EAA
Text Example
Text Example
White with #730EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730EAA; }
p { color: rgb(115,14,170); }
H1.HeaderClassName
{
color: #730EAA;
}
.AnyTagClassName
{
color: #730EAA;
}
</style>
background-color css
<style>
a { background-color: #730EAA; }
a { background-color: rgb(115,14,170); }
div.DivClassName
{
background-color: #730EAA;
}
.BgClassName
{
background-color: #730EAA;
}
</style>
border-color css
<style>
span { border-color: #730EAA; }
span { border-color: rgb(115,14,170); }
td.TdClassName
{
border-color: #730EAA;
}
.TagClassName
{
border-color: #730EAA;
}
</style>