Shades of Purple Heart #730ECE
Tints of Purple Heart #730ECE
RGB
CMYK
RGB Variations
Color information
#730ECE (or 0x730ECE) is known color: Purple Heart. HEX triplet: 73, 0E and CE. RGB value is (115,14,206). Sum of RGB (Red+Green+Blue) = 115+14+206=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #730ECE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ECE is #8CF131. Grayscale: #414141. Windows color (decimal): -9236786 or 13504115. OLE color: 13504115.
HSL color Cylindrical-coordinate representation of color #730ECE: hue angle of 271.56º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730ECE is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 14 | 206 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.19 |
| HSL | 271.56º | 0.87% | 0.43% | - |
| HSV(B) | 271.56º | 0.93% | 0.81% | - |
| XYZ | 18.37 | 8.42 | 59.05 | - |
| YUV | 66.09 | 206.96 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 206 | 0.44 | 0.93 | 0 | 0.19 | 271.56 | 0.87 | 0.43 |
| Hex | 73 | E | CE | 2C | 5D | 0 | 13 | 110 | 57 | 2B |
| Octal | 163 | 16 | 316 | 54 | 135 | 0 | 23 | 420 | 127 | 53 |
| Binary | 1110011 | 1110 | 11001110 | 101100 | 1011101 | 0 | 10011 | 100010000 | 1010111 | 101011 |
Color Harmonies of #730ECE
Complementary color
Monochromatic Colors of #730ECE
Black with #730ECE
Text Example
Text Example
White with #730ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730ECE; }
p { color: rgb(115,14,206); }
H1.HeaderClassName
{
color: #730ECE;
}
.AnyTagClassName
{
color: #730ECE;
}
</style>
background-color css
<style>
a { background-color: #730ECE; }
a { background-color: rgb(115,14,206); }
div.DivClassName
{
background-color: #730ECE;
}
.BgClassName
{
background-color: #730ECE;
}
</style>
border-color css
<style>
span { border-color: #730ECE; }
span { border-color: rgb(115,14,206); }
td.TdClassName
{
border-color: #730ECE;
}
.TagClassName
{
border-color: #730ECE;
}
</style>