Shades of Purple Heart #730ED0
Tints of Purple Heart #730ED0
RGB
CMYK
RGB Variations
Color information
#730ED0 (or 0x730ED0) is known color: Purple Heart. HEX triplet: 73, 0E and D0. RGB value is (115,14,208). Sum of RGB (Red+Green+Blue) = 115+14+208=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 208 (81.64% from 255 or 61.72% from 337); Max value from RGB is 208 - color contains mainly: blue. Hex color #730ED0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ED0 is #8CF12F. Grayscale: #414141. Windows color (decimal): -9236784 or 13635187. OLE color: 13635187.
HSL color Cylindrical-coordinate representation of color #730ED0: hue angle of 271.24º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730ED0 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 14 | 208 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.18 |
| HSL | 271.24º | 0.87% | 0.44% | - |
| HSV(B) | 271.24º | 0.93% | 0.82% | - |
| XYZ | 18.61 | 8.51 | 60.34 | - |
| YUV | 66.32 | 207.96 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 208 | 0.45 | 0.93 | 0 | 0.18 | 271.24 | 0.87 | 0.44 |
| Hex | 73 | E | D0 | 2D | 5D | 0 | 12 | 10F | 57 | 2C |
| Octal | 163 | 16 | 320 | 55 | 135 | 0 | 22 | 417 | 127 | 54 |
| Binary | 1110011 | 1110 | 11010000 | 101101 | 1011101 | 0 | 10010 | 100001111 | 1010111 | 101100 |
Color Harmonies of #730ED0
Complementary color
Monochromatic Colors of #730ED0
Black with #730ED0
Text Example
Text Example
White with #730ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730ED0; }
p { color: rgb(115,14,208); }
H1.HeaderClassName
{
color: #730ED0;
}
.AnyTagClassName
{
color: #730ED0;
}
</style>
background-color css
<style>
a { background-color: #730ED0; }
a { background-color: rgb(115,14,208); }
div.DivClassName
{
background-color: #730ED0;
}
.BgClassName
{
background-color: #730ED0;
}
</style>
border-color css
<style>
span { border-color: #730ED0; }
span { border-color: rgb(115,14,208); }
td.TdClassName
{
border-color: #730ED0;
}
.TagClassName
{
border-color: #730ED0;
}
</style>