Shades of Purple Heart #7324BA
Tints of Purple Heart #7324BA
RGB
CMYK
RGB Variations
Color information
#7324BA (or 0x7324BA) is known color: Purple Heart. HEX triplet: 73, 24 and BA. RGB value is (115,36,186). Sum of RGB (Red+Green+Blue) = 115+36+186=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #7324BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7324BA is #8CDB45. Grayscale: #4C4C4C. Windows color (decimal): -9231174 or 12199027. OLE color: 12199027.
HSL color Cylindrical-coordinate representation of color #7324BA: hue angle of 271.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7324BA is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 36 | 186 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.27 |
| HSL | 271.6º | 0.68% | 0.44% | - |
| HSV(B) | 271.6º | 0.81% | 0.73% | - |
| XYZ | 16.56 | 8.45 | 47.21 | - |
| YUV | 76.72 | 189.67 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 186 | 0.38 | 0.81 | 0 | 0.27 | 271.6 | 0.68 | 0.44 |
| Hex | 73 | 24 | BA | 26 | 51 | 0 | 1B | 110 | 44 | 2C |
| Octal | 163 | 44 | 272 | 46 | 121 | 0 | 33 | 420 | 104 | 54 |
| Binary | 1110011 | 100100 | 10111010 | 100110 | 1010001 | 0 | 11011 | 100010000 | 1000100 | 101100 |
Color Harmonies of #7324BA
Complementary color
Monochromatic Colors of #7324BA
Black with #7324BA
Text Example
Text Example
White with #7324BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7324BA; }
p { color: rgb(115,36,186); }
H1.HeaderClassName
{
color: #7324BA;
}
.AnyTagClassName
{
color: #7324BA;
}
</style>
background-color css
<style>
a { background-color: #7324BA; }
a { background-color: rgb(115,36,186); }
div.DivClassName
{
background-color: #7324BA;
}
.BgClassName
{
background-color: #7324BA;
}
</style>
border-color css
<style>
span { border-color: #7324BA; }
span { border-color: rgb(115,36,186); }
td.TdClassName
{
border-color: #7324BA;
}
.TagClassName
{
border-color: #7324BA;
}
</style>