Shades of Purple Heart #730BBB
Tints of Purple Heart #730BBB
RGB
CMYK
RGB Variations
Color information
#730BBB (or 0x730BBB) is known color: Purple Heart. HEX triplet: 73, 0B and BB. RGB value is (115,11,187). Sum of RGB (Red+Green+Blue) = 115+11+187=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #730BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BBB is #8CF444. Grayscale: #3D3D3D. Windows color (decimal): -9237573 or 12258163. OLE color: 12258163.
HSL color Cylindrical-coordinate representation of color #730BBB: hue angle of 275.45º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730BBB is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 11 | 187 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.27 |
| HSL | 275.45º | 0.89% | 0.39% | - |
| HSV(B) | 275.45º | 0.94% | 0.73% | - |
| XYZ | 16.16 | 7.47 | 47.6 | - |
| YUV | 62.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 187 | 0.39 | 0.94 | 0 | 0.27 | 275.45 | 0.89 | 0.39 |
| Hex | 73 | B | BB | 27 | 5E | 0 | 1B | 113 | 59 | 27 |
| Octal | 163 | 13 | 273 | 47 | 136 | 0 | 33 | 423 | 131 | 47 |
| Binary | 1110011 | 1011 | 10111011 | 100111 | 1011110 | 0 | 11011 | 100010011 | 1011001 | 100111 |
Color Harmonies of #730BBB
Complementary color
Monochromatic Colors of #730BBB
Black with #730BBB
Text Example
Text Example
White with #730BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BBB; }
p { color: rgb(115,11,187); }
H1.HeaderClassName
{
color: #730BBB;
}
.AnyTagClassName
{
color: #730BBB;
}
</style>
background-color css
<style>
a { background-color: #730BBB; }
a { background-color: rgb(115,11,187); }
div.DivClassName
{
background-color: #730BBB;
}
.BgClassName
{
background-color: #730BBB;
}
</style>
border-color css
<style>
span { border-color: #730BBB; }
span { border-color: rgb(115,11,187); }
td.TdClassName
{
border-color: #730BBB;
}
.TagClassName
{
border-color: #730BBB;
}
</style>