Shades of Purple Heart #7326BA
Tints of Purple Heart #7326BA
RGB
CMYK
RGB Variations
Color information
#7326BA (or 0x7326BA) is known color: Purple Heart. HEX triplet: 73, 26 and BA. RGB value is (115,38,186). Sum of RGB (Red+Green+Blue) = 115+38+186=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #7326BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7326BA is #8CD945. Grayscale: #4D4D4D. Windows color (decimal): -9230662 or 12199539. OLE color: 12199539.
HSL color Cylindrical-coordinate representation of color #7326BA: hue angle of 271.22º 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 #7326BA is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 38 | 186 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.27 |
| HSL | 271.22º | 0.66% | 0.44% | - |
| HSV(B) | 271.22º | 0.8% | 0.73% | - |
| XYZ | 16.63 | 8.58 | 47.23 | - |
| YUV | 77.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 186 | 0.38 | 0.80 | 0 | 0.27 | 271.22 | 0.66 | 0.44 |
| Hex | 73 | 26 | BA | 26 | 50 | 0 | 1B | 10F | 42 | 2C |
| Octal | 163 | 46 | 272 | 46 | 120 | 0 | 33 | 417 | 102 | 54 |
| Binary | 1110011 | 100110 | 10111010 | 100110 | 1010000 | 0 | 11011 | 100001111 | 1000010 | 101100 |
Color Harmonies of #7326BA
Complementary color
Monochromatic Colors of #7326BA
Black with #7326BA
Text Example
Text Example
White with #7326BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7326BA; }
p { color: rgb(115,38,186); }
H1.HeaderClassName
{
color: #7326BA;
}
.AnyTagClassName
{
color: #7326BA;
}
</style>
background-color css
<style>
a { background-color: #7326BA; }
a { background-color: rgb(115,38,186); }
div.DivClassName
{
background-color: #7326BA;
}
.BgClassName
{
background-color: #7326BA;
}
</style>
border-color css
<style>
span { border-color: #7326BA; }
span { border-color: rgb(115,38,186); }
td.TdClassName
{
border-color: #7326BA;
}
.TagClassName
{
border-color: #7326BA;
}
</style>