Shades of Purple Heart #7326BB
Tints of Purple Heart #7326BB
RGB
CMYK
RGB Variations
Color information
#7326BB (or 0x7326BB) is known color: Purple Heart. HEX triplet: 73, 26 and BB. RGB value is (115,38,187). Sum of RGB (Red+Green+Blue) = 115+38+187=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #7326BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7326BB is #8CD944. Grayscale: #4D4D4D. Windows color (decimal): -9230661 or 12265075. OLE color: 12265075.
HSL color Cylindrical-coordinate representation of color #7326BB: hue angle of 271.01º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7326BB is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 38 | 187 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.27 |
| HSL | 271.01º | 0.66% | 0.44% | - |
| HSV(B) | 271.01º | 0.8% | 0.73% | - |
| XYZ | 16.73 | 8.62 | 47.8 | - |
| YUV | 78.01 | 189.51 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 187 | 0.39 | 0.80 | 0 | 0.27 | 271.01 | 0.66 | 0.44 |
| Hex | 73 | 26 | BB | 27 | 50 | 0 | 1B | 10F | 42 | 2C |
| Octal | 163 | 46 | 273 | 47 | 120 | 0 | 33 | 417 | 102 | 54 |
| Binary | 1110011 | 100110 | 10111011 | 100111 | 1010000 | 0 | 11011 | 100001111 | 1000010 | 101100 |
Color Harmonies of #7326BB
Complementary color
Monochromatic Colors of #7326BB
Black with #7326BB
Text Example
Text Example
White with #7326BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7326BB; }
p { color: rgb(115,38,187); }
H1.HeaderClassName
{
color: #7326BB;
}
.AnyTagClassName
{
color: #7326BB;
}
</style>
background-color css
<style>
a { background-color: #7326BB; }
a { background-color: rgb(115,38,187); }
div.DivClassName
{
background-color: #7326BB;
}
.BgClassName
{
background-color: #7326BB;
}
</style>
border-color css
<style>
span { border-color: #7326BB; }
span { border-color: rgb(115,38,187); }
td.TdClassName
{
border-color: #7326BB;
}
.TagClassName
{
border-color: #7326BB;
}
</style>