Shades of Purple Heart #730EBF
Tints of Purple Heart #730EBF
RGB
CMYK
RGB Variations
Color information
#730EBF (or 0x730EBF) is known color: Purple Heart. HEX triplet: 73, 0E and BF. RGB value is (115,14,191). Sum of RGB (Red+Green+Blue) = 115+14+191=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #730EBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730EBF is #8CF140. Grayscale: #3F3F3F. Windows color (decimal): -9236801 or 12521075. OLE color: 12521075.
HSL color Cylindrical-coordinate representation of color #730EBF: hue angle of 274.24º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730EBF is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 14 | 191 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.25 |
| HSL | 274.24º | 0.86% | 0.4% | - |
| HSV(B) | 274.24º | 0.93% | 0.75% | - |
| XYZ | 16.63 | 7.72 | 49.9 | - |
| YUV | 64.38 | 199.46 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 191 | 0.40 | 0.93 | 0 | 0.25 | 274.24 | 0.86 | 0.4 |
| Hex | 73 | E | BF | 28 | 5D | 0 | 19 | 112 | 56 | 28 |
| Octal | 163 | 16 | 277 | 50 | 135 | 0 | 31 | 422 | 126 | 50 |
| Binary | 1110011 | 1110 | 10111111 | 101000 | 1011101 | 0 | 11001 | 100010010 | 1010110 | 101000 |
Color Harmonies of #730EBF
Complementary color
Monochromatic Colors of #730EBF
Black with #730EBF
Text Example
Text Example
White with #730EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730EBF; }
p { color: rgb(115,14,191); }
H1.HeaderClassName
{
color: #730EBF;
}
.AnyTagClassName
{
color: #730EBF;
}
</style>
background-color css
<style>
a { background-color: #730EBF; }
a { background-color: rgb(115,14,191); }
div.DivClassName
{
background-color: #730EBF;
}
.BgClassName
{
background-color: #730EBF;
}
</style>
border-color css
<style>
span { border-color: #730EBF; }
span { border-color: rgb(115,14,191); }
td.TdClassName
{
border-color: #730EBF;
}
.TagClassName
{
border-color: #730EBF;
}
</style>