Shades of Purple Heart #730EAB
Tints of Purple Heart #730EAB
RGB
CMYK
RGB Variations
Color information
#730EAB (or 0x730EAB) is known color: Purple Heart. HEX triplet: 73, 0E and AB. RGB value is (115,14,171). Sum of RGB (Red+Green+Blue) = 115+14+171=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #730EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730EAB is #8CF154. Grayscale: #3D3D3D. Windows color (decimal): -9236821 or 11210355. OLE color: 11210355.
HSL color Cylindrical-coordinate representation of color #730EAB: hue angle of 278.6º 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 #730EAB is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 14 | 171 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.33 |
| HSL | 278.6º | 0.85% | 0.36% | - |
| HSV(B) | 278.6º | 0.92% | 0.67% | - |
| XYZ | 14.58 | 6.9 | 39.09 | - |
| YUV | 62.1 | 189.46 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 171 | 0.33 | 0.92 | 0 | 0.33 | 278.6 | 0.85 | 0.36 |
| Hex | 73 | E | AB | 21 | 5C | 0 | 21 | 117 | 55 | 24 |
| Octal | 163 | 16 | 253 | 41 | 134 | 0 | 41 | 427 | 125 | 44 |
| Binary | 1110011 | 1110 | 10101011 | 100001 | 1011100 | 0 | 100001 | 100010111 | 1010101 | 100100 |
Color Harmonies of #730EAB
Complementary color
Monochromatic Colors of #730EAB
Black with #730EAB
Text Example
Text Example
White with #730EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730EAB; }
p { color: rgb(115,14,171); }
H1.HeaderClassName
{
color: #730EAB;
}
.AnyTagClassName
{
color: #730EAB;
}
</style>
background-color css
<style>
a { background-color: #730EAB; }
a { background-color: rgb(115,14,171); }
div.DivClassName
{
background-color: #730EAB;
}
.BgClassName
{
background-color: #730EAB;
}
</style>
border-color css
<style>
span { border-color: #730EAB; }
span { border-color: rgb(115,14,171); }
td.TdClassName
{
border-color: #730EAB;
}
.TagClassName
{
border-color: #730EAB;
}
</style>