Shades of Purple Heart #730ECC
Tints of Purple Heart #730ECC
RGB
CMYK
RGB Variations
Color information
#730ECC (or 0x730ECC) is known color: Purple Heart. HEX triplet: 73, 0E and CC. RGB value is (115,14,204). Sum of RGB (Red+Green+Blue) = 115+14+204=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #730ECC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ECC is #8CF133. Grayscale: #414141. Windows color (decimal): -9236788 or 13373043. OLE color: 13373043.
HSL color Cylindrical-coordinate representation of color #730ECC: hue angle of 271.89º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730ECC is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 14 | 204 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.2 |
| HSL | 271.89º | 0.87% | 0.43% | - |
| HSV(B) | 271.89º | 0.93% | 0.8% | - |
| XYZ | 18.13 | 8.32 | 57.78 | - |
| YUV | 65.86 | 205.96 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 204 | 0.44 | 0.93 | 0 | 0.2 | 271.89 | 0.87 | 0.43 |
| Hex | 73 | E | CC | 2C | 5D | 0 | 14 | 110 | 57 | 2B |
| Octal | 163 | 16 | 314 | 54 | 135 | 0 | 24 | 420 | 127 | 53 |
| Binary | 1110011 | 1110 | 11001100 | 101100 | 1011101 | 0 | 10100 | 100010000 | 1010111 | 101011 |
Color Harmonies of #730ECC
Complementary color
Monochromatic Colors of #730ECC
Black with #730ECC
Text Example
Text Example
White with #730ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730ECC; }
p { color: rgb(115,14,204); }
H1.HeaderClassName
{
color: #730ECC;
}
.AnyTagClassName
{
color: #730ECC;
}
</style>
background-color css
<style>
a { background-color: #730ECC; }
a { background-color: rgb(115,14,204); }
div.DivClassName
{
background-color: #730ECC;
}
.BgClassName
{
background-color: #730ECC;
}
</style>
border-color css
<style>
span { border-color: #730ECC; }
span { border-color: rgb(115,14,204); }
td.TdClassName
{
border-color: #730ECC;
}
.TagClassName
{
border-color: #730ECC;
}
</style>