Shades of Purple Heart #7324B9
Tints of Purple Heart #7324B9
RGB
CMYK
RGB Variations
Color information
#7324B9 (or 0x7324B9) is known color: Purple Heart. HEX triplet: 73, 24 and B9. RGB value is (115,36,185). Sum of RGB (Red+Green+Blue) = 115+36+185=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 185 (72.66% from 255 or 55.06% from 336); Max value from RGB is 185 - color contains mainly: blue. Hex color #7324B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7324B9 is #8CDB46. Grayscale: #4C4C4C. Windows color (decimal): -9231175 or 12133491. OLE color: 12133491.
HSL color Cylindrical-coordinate representation of color #7324B9: hue angle of 271.81º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7324B9 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 36 | 185 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.27 |
| HSL | 271.81º | 0.67% | 0.43% | - |
| HSV(B) | 271.81º | 0.81% | 0.73% | - |
| XYZ | 16.46 | 8.41 | 46.65 | - |
| YUV | 76.61 | 189.17 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 185 | 0.38 | 0.81 | 0 | 0.27 | 271.81 | 0.67 | 0.43 |
| Hex | 73 | 24 | B9 | 26 | 51 | 0 | 1B | 110 | 43 | 2B |
| Octal | 163 | 44 | 271 | 46 | 121 | 0 | 33 | 420 | 103 | 53 |
| Binary | 1110011 | 100100 | 10111001 | 100110 | 1010001 | 0 | 11011 | 100010000 | 1000011 | 101011 |
Color Harmonies of #7324B9
Complementary color
Monochromatic Colors of #7324B9
Black with #7324B9
Text Example
Text Example
White with #7324B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7324B9; }
p { color: rgb(115,36,185); }
H1.HeaderClassName
{
color: #7324B9;
}
.AnyTagClassName
{
color: #7324B9;
}
</style>
background-color css
<style>
a { background-color: #7324B9; }
a { background-color: rgb(115,36,185); }
div.DivClassName
{
background-color: #7324B9;
}
.BgClassName
{
background-color: #7324B9;
}
</style>
border-color css
<style>
span { border-color: #7324B9; }
span { border-color: rgb(115,36,185); }
td.TdClassName
{
border-color: #7324B9;
}
.TagClassName
{
border-color: #7324B9;
}
</style>