Shades of Purple Heart #7324BB
Tints of Purple Heart #7324BB
RGB
CMYK
RGB Variations
Color information
#7324BB (or 0x7324BB) is known color: Purple Heart. HEX triplet: 73, 24 and BB. RGB value is (115,36,187). Sum of RGB (Red+Green+Blue) = 115+36+187=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #7324BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7324BB is #8CDB44. Grayscale: #4C4C4C. Windows color (decimal): -9231173 or 12264563. OLE color: 12264563.
HSL color Cylindrical-coordinate representation of color #7324BB: hue angle of 271.39º 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 #7324BB is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 36 | 187 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.27 |
| HSL | 271.39º | 0.68% | 0.44% | - |
| HSV(B) | 271.39º | 0.81% | 0.73% | - |
| XYZ | 16.67 | 8.49 | 47.77 | - |
| YUV | 76.84 | 190.17 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 187 | 0.39 | 0.81 | 0 | 0.27 | 271.39 | 0.68 | 0.44 |
| Hex | 73 | 24 | BB | 27 | 51 | 0 | 1B | 10F | 44 | 2C |
| Octal | 163 | 44 | 273 | 47 | 121 | 0 | 33 | 417 | 104 | 54 |
| Binary | 1110011 | 100100 | 10111011 | 100111 | 1010001 | 0 | 11011 | 100001111 | 1000100 | 101100 |
Color Harmonies of #7324BB
Complementary color
Monochromatic Colors of #7324BB
Black with #7324BB
Text Example
Text Example
White with #7324BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7324BB; }
p { color: rgb(115,36,187); }
H1.HeaderClassName
{
color: #7324BB;
}
.AnyTagClassName
{
color: #7324BB;
}
</style>
background-color css
<style>
a { background-color: #7324BB; }
a { background-color: rgb(115,36,187); }
div.DivClassName
{
background-color: #7324BB;
}
.BgClassName
{
background-color: #7324BB;
}
</style>
border-color css
<style>
span { border-color: #7324BB; }
span { border-color: rgb(115,36,187); }
td.TdClassName
{
border-color: #7324BB;
}
.TagClassName
{
border-color: #7324BB;
}
</style>