Shades of Purple Heart #730EAD
Tints of Purple Heart #730EAD
RGB
CMYK
RGB Variations
Color information
#730EAD (or 0x730EAD) is known color: Purple Heart. HEX triplet: 73, 0E and AD. RGB value is (115,14,173). Sum of RGB (Red+Green+Blue) = 115+14+173=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #730EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730EAD is #8CF152. Grayscale: #3D3D3D. Windows color (decimal): -9236819 or 11341427. OLE color: 11341427.
HSL color Cylindrical-coordinate representation of color #730EAD: hue angle of 278.11º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730EAD is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 14 | 173 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.32 |
| HSL | 278.11º | 0.85% | 0.37% | - |
| HSV(B) | 278.11º | 0.92% | 0.68% | - |
| XYZ | 14.77 | 6.98 | 40.1 | - |
| YUV | 62.33 | 190.46 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 173 | 0.34 | 0.92 | 0 | 0.32 | 278.11 | 0.85 | 0.37 |
| Hex | 73 | E | AD | 22 | 5C | 0 | 20 | 116 | 55 | 25 |
| Octal | 163 | 16 | 255 | 42 | 134 | 0 | 40 | 426 | 125 | 45 |
| Binary | 1110011 | 1110 | 10101101 | 100010 | 1011100 | 0 | 100000 | 100010110 | 1010101 | 100101 |
Color Harmonies of #730EAD
Complementary color
Monochromatic Colors of #730EAD
Black with #730EAD
Text Example
Text Example
White with #730EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730EAD; }
p { color: rgb(115,14,173); }
H1.HeaderClassName
{
color: #730EAD;
}
.AnyTagClassName
{
color: #730EAD;
}
</style>
background-color css
<style>
a { background-color: #730EAD; }
a { background-color: rgb(115,14,173); }
div.DivClassName
{
background-color: #730EAD;
}
.BgClassName
{
background-color: #730EAD;
}
</style>
border-color css
<style>
span { border-color: #730EAD; }
span { border-color: rgb(115,14,173); }
td.TdClassName
{
border-color: #730EAD;
}
.TagClassName
{
border-color: #730EAD;
}
</style>