Shades of Purple Heart #730BBA
Tints of Purple Heart #730BBA
RGB
CMYK
RGB Variations
Color information
#730BBA (or 0x730BBA) is known color: Purple Heart. HEX triplet: 73, 0B and BA. RGB value is (115,11,186). Sum of RGB (Red+Green+Blue) = 115+11+186=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #730BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BBA is #8CF445. Grayscale: #3D3D3D. Windows color (decimal): -9237574 or 12192627. OLE color: 12192627.
HSL color Cylindrical-coordinate representation of color #730BBA: hue angle of 275.66º 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 #730BBA is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 11 | 186 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.27 |
| HSL | 275.66º | 0.89% | 0.39% | - |
| HSV(B) | 275.66º | 0.94% | 0.73% | - |
| XYZ | 16.05 | 7.43 | 47.04 | - |
| YUV | 62.05 | 197.96 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 186 | 0.38 | 0.94 | 0 | 0.27 | 275.66 | 0.89 | 0.39 |
| Hex | 73 | B | BA | 26 | 5E | 0 | 1B | 114 | 59 | 27 |
| Octal | 163 | 13 | 272 | 46 | 136 | 0 | 33 | 424 | 131 | 47 |
| Binary | 1110011 | 1011 | 10111010 | 100110 | 1011110 | 0 | 11011 | 100010100 | 1011001 | 100111 |
Color Harmonies of #730BBA
Complementary color
Monochromatic Colors of #730BBA
Black with #730BBA
Text Example
Text Example
White with #730BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BBA; }
p { color: rgb(115,11,186); }
H1.HeaderClassName
{
color: #730BBA;
}
.AnyTagClassName
{
color: #730BBA;
}
</style>
background-color css
<style>
a { background-color: #730BBA; }
a { background-color: rgb(115,11,186); }
div.DivClassName
{
background-color: #730BBA;
}
.BgClassName
{
background-color: #730BBA;
}
</style>
border-color css
<style>
span { border-color: #730BBA; }
span { border-color: rgb(115,11,186); }
td.TdClassName
{
border-color: #730BBA;
}
.TagClassName
{
border-color: #730BBA;
}
</style>