Shades of Purple Heart #730EB8
Tints of Purple Heart #730EB8
RGB
CMYK
RGB Variations
Color information
#730EB8 (or 0x730EB8) is known color: Purple Heart. HEX triplet: 73, 0E and B8. RGB value is (115,14,184). Sum of RGB (Red+Green+Blue) = 115+14+184=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #730EB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730EB8 is #8CF147. Grayscale: #3F3F3F. Windows color (decimal): -9236808 or 12062323. OLE color: 12062323.
HSL color Cylindrical-coordinate representation of color #730EB8: hue angle of 275.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730EB8 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 14 | 184 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.28 |
| HSL | 275.65º | 0.86% | 0.39% | - |
| HSV(B) | 275.65º | 0.92% | 0.72% | - |
| XYZ | 15.88 | 7.42 | 45.94 | - |
| YUV | 63.58 | 195.96 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 184 | 0.38 | 0.92 | 0 | 0.28 | 275.65 | 0.86 | 0.39 |
| Hex | 73 | E | B8 | 26 | 5C | 0 | 1C | 114 | 56 | 27 |
| Octal | 163 | 16 | 270 | 46 | 134 | 0 | 34 | 424 | 126 | 47 |
| Binary | 1110011 | 1110 | 10111000 | 100110 | 1011100 | 0 | 11100 | 100010100 | 1010110 | 100111 |
Color Harmonies of #730EB8
Complementary color
Monochromatic Colors of #730EB8
Black with #730EB8
Text Example
Text Example
White with #730EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730EB8; }
p { color: rgb(115,14,184); }
H1.HeaderClassName
{
color: #730EB8;
}
.AnyTagClassName
{
color: #730EB8;
}
</style>
background-color css
<style>
a { background-color: #730EB8; }
a { background-color: rgb(115,14,184); }
div.DivClassName
{
background-color: #730EB8;
}
.BgClassName
{
background-color: #730EB8;
}
</style>
border-color css
<style>
span { border-color: #730EB8; }
span { border-color: rgb(115,14,184); }
td.TdClassName
{
border-color: #730EB8;
}
.TagClassName
{
border-color: #730EB8;
}
</style>