Shades of Purple Heart #7325BA
Tints of Purple Heart #7325BA
RGB
CMYK
RGB Variations
Color information
#7325BA (or 0x7325BA) is known color: Purple Heart. HEX triplet: 73, 25 and BA. RGB value is (115,37,186). Sum of RGB (Red+Green+Blue) = 115+37+186=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #7325BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7325BA is #8CDA45. Grayscale: #4C4C4C. Windows color (decimal): -9230918 or 12199283. OLE color: 12199283.
HSL color Cylindrical-coordinate representation of color #7325BA: hue angle of 271.41º degrees, saturation: 0.67, 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 #7325BA is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 37 | 186 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.27 |
| HSL | 271.41º | 0.67% | 0.44% | - |
| HSV(B) | 271.41º | 0.8% | 0.73% | - |
| XYZ | 16.59 | 8.51 | 47.22 | - |
| YUV | 77.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 186 | 0.38 | 0.80 | 0 | 0.27 | 271.41 | 0.67 | 0.44 |
| Hex | 73 | 25 | BA | 26 | 50 | 0 | 1B | 10F | 43 | 2C |
| Octal | 163 | 45 | 272 | 46 | 120 | 0 | 33 | 417 | 103 | 54 |
| Binary | 1110011 | 100101 | 10111010 | 100110 | 1010000 | 0 | 11011 | 100001111 | 1000011 | 101100 |
Color Harmonies of #7325BA
Complementary color
Monochromatic Colors of #7325BA
Black with #7325BA
Text Example
Text Example
White with #7325BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7325BA; }
p { color: rgb(115,37,186); }
H1.HeaderClassName
{
color: #7325BA;
}
.AnyTagClassName
{
color: #7325BA;
}
</style>
background-color css
<style>
a { background-color: #7325BA; }
a { background-color: rgb(115,37,186); }
div.DivClassName
{
background-color: #7325BA;
}
.BgClassName
{
background-color: #7325BA;
}
</style>
border-color css
<style>
span { border-color: #7325BA; }
span { border-color: rgb(115,37,186); }
td.TdClassName
{
border-color: #7325BA;
}
.TagClassName
{
border-color: #7325BA;
}
</style>