Shades of Purple Heart #7325BB
Tints of Purple Heart #7325BB
RGB
CMYK
RGB Variations
Color information
#7325BB (or 0x7325BB) is known color: Purple Heart. HEX triplet: 73, 25 and BB. RGB value is (115,37,187). Sum of RGB (Red+Green+Blue) = 115+37+187=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #7325BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7325BB is #8CDA44. Grayscale: #4C4C4C. Windows color (decimal): -9230917 or 12264819. OLE color: 12264819.
HSL color Cylindrical-coordinate representation of color #7325BB: hue angle of 271.2º 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 #7325BB is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 37 | 187 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.27 |
| HSL | 271.2º | 0.67% | 0.44% | - |
| HSV(B) | 271.2º | 0.8% | 0.73% | - |
| XYZ | 16.7 | 8.56 | 47.78 | - |
| YUV | 77.42 | 189.84 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 187 | 0.39 | 0.80 | 0 | 0.27 | 271.2 | 0.67 | 0.44 |
| Hex | 73 | 25 | BB | 27 | 50 | 0 | 1B | 10F | 43 | 2C |
| Octal | 163 | 45 | 273 | 47 | 120 | 0 | 33 | 417 | 103 | 54 |
| Binary | 1110011 | 100101 | 10111011 | 100111 | 1010000 | 0 | 11011 | 100001111 | 1000011 | 101100 |
Color Harmonies of #7325BB
Complementary color
Monochromatic Colors of #7325BB
Black with #7325BB
Text Example
Text Example
White with #7325BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7325BB; }
p { color: rgb(115,37,187); }
H1.HeaderClassName
{
color: #7325BB;
}
.AnyTagClassName
{
color: #7325BB;
}
</style>
background-color css
<style>
a { background-color: #7325BB; }
a { background-color: rgb(115,37,187); }
div.DivClassName
{
background-color: #7325BB;
}
.BgClassName
{
background-color: #7325BB;
}
</style>
border-color css
<style>
span { border-color: #7325BB; }
span { border-color: rgb(115,37,187); }
td.TdClassName
{
border-color: #7325BB;
}
.TagClassName
{
border-color: #7325BB;
}
</style>