Shades of Purple Heart #730BB8
Tints of Purple Heart #730BB8
RGB
CMYK
RGB Variations
Color information
#730BB8 (or 0x730BB8) is known color: Purple Heart. HEX triplet: 73, 0B and B8. RGB value is (115,11,184). Sum of RGB (Red+Green+Blue) = 115+11+184=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 184 (72.27% from 255 or 59.35% from 310); Max value from RGB is 184 - color contains mainly: blue. Hex color #730BB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BB8 is #8CF447. Grayscale: #3D3D3D. Windows color (decimal): -9237576 or 12061555. OLE color: 12061555.
HSL color Cylindrical-coordinate representation of color #730BB8: hue angle of 276.07º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730BB8 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 11 | 184 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.28 |
| HSL | 276.07º | 0.89% | 0.38% | - |
| HSV(B) | 276.07º | 0.94% | 0.72% | - |
| XYZ | 15.84 | 7.34 | 45.93 | - |
| YUV | 61.82 | 196.96 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 184 | 0.38 | 0.94 | 0 | 0.28 | 276.07 | 0.89 | 0.38 |
| Hex | 73 | B | B8 | 26 | 5E | 0 | 1C | 114 | 59 | 26 |
| Octal | 163 | 13 | 270 | 46 | 136 | 0 | 34 | 424 | 131 | 46 |
| Binary | 1110011 | 1011 | 10111000 | 100110 | 1011110 | 0 | 11100 | 100010100 | 1011001 | 100110 |
Color Harmonies of #730BB8
Complementary color
Monochromatic Colors of #730BB8
Black with #730BB8
Text Example
Text Example
White with #730BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BB8; }
p { color: rgb(115,11,184); }
H1.HeaderClassName
{
color: #730BB8;
}
.AnyTagClassName
{
color: #730BB8;
}
</style>
background-color css
<style>
a { background-color: #730BB8; }
a { background-color: rgb(115,11,184); }
div.DivClassName
{
background-color: #730BB8;
}
.BgClassName
{
background-color: #730BB8;
}
</style>
border-color css
<style>
span { border-color: #730BB8; }
span { border-color: rgb(115,11,184); }
td.TdClassName
{
border-color: #730BB8;
}
.TagClassName
{
border-color: #730BB8;
}
</style>