Shades of Purple Heart #7330BB
Tints of Purple Heart #7330BB
RGB
CMYK
RGB Variations
Color information
#7330BB (or 0x7330BB) is known color: Purple Heart. HEX triplet: 73, 30 and BB. RGB value is (115,48,187). Sum of RGB (Red+Green+Blue) = 115+48+187=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #7330BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7330BB is #8CCF44. Grayscale: #535353. Windows color (decimal): -9228101 or 12267635. OLE color: 12267635.
HSL color Cylindrical-coordinate representation of color #7330BB: hue angle of 268.92º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7330BB is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 48 | 187 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.27 |
| HSL | 268.92º | 0.59% | 0.46% | - |
| HSV(B) | 268.92º | 0.74% | 0.73% | - |
| XYZ | 17.1 | 9.35 | 47.92 | - |
| YUV | 83.88 | 186.2 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 187 | 0.39 | 0.74 | 0 | 0.27 | 268.92 | 0.59 | 0.46 |
| Hex | 73 | 30 | BB | 27 | 4A | 0 | 1B | 10D | 3B | 2E |
| Octal | 163 | 60 | 273 | 47 | 112 | 0 | 33 | 415 | 73 | 56 |
| Binary | 1110011 | 110000 | 10111011 | 100111 | 1001010 | 0 | 11011 | 100001101 | 111011 | 101110 |
Color Harmonies of #7330BB
Complementary color
Monochromatic Colors of #7330BB
Black with #7330BB
Text Example
Text Example
White with #7330BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7330BB; }
p { color: rgb(115,48,187); }
H1.HeaderClassName
{
color: #7330BB;
}
.AnyTagClassName
{
color: #7330BB;
}
</style>
background-color css
<style>
a { background-color: #7330BB; }
a { background-color: rgb(115,48,187); }
div.DivClassName
{
background-color: #7330BB;
}
.BgClassName
{
background-color: #7330BB;
}
</style>
border-color css
<style>
span { border-color: #7330BB; }
span { border-color: rgb(115,48,187); }
td.TdClassName
{
border-color: #7330BB;
}
.TagClassName
{
border-color: #7330BB;
}
</style>