Shades of Purple Heart #7322BB
Tints of Purple Heart #7322BB
RGB
CMYK
RGB Variations
Color information
#7322BB (or 0x7322BB) is known color: Purple Heart. HEX triplet: 73, 22 and BB. RGB value is (115,34,187). Sum of RGB (Red+Green+Blue) = 115+34+187=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #7322BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7322BB is #8CDD44. Grayscale: #4B4B4B. Windows color (decimal): -9231685 or 12264051. OLE color: 12264051.
HSL color Cylindrical-coordinate representation of color #7322BB: hue angle of 271.76º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7322BB is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 34 | 187 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.27 |
| HSL | 271.76º | 0.69% | 0.43% | - |
| HSV(B) | 271.76º | 0.82% | 0.73% | - |
| XYZ | 16.61 | 8.38 | 47.76 | - |
| YUV | 75.66 | 190.84 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 187 | 0.39 | 0.82 | 0 | 0.27 | 271.76 | 0.69 | 0.43 |
| Hex | 73 | 22 | BB | 27 | 52 | 0 | 1B | 110 | 45 | 2B |
| Octal | 163 | 42 | 273 | 47 | 122 | 0 | 33 | 420 | 105 | 53 |
| Binary | 1110011 | 100010 | 10111011 | 100111 | 1010010 | 0 | 11011 | 100010000 | 1000101 | 101011 |
Color Harmonies of #7322BB
Complementary color
Monochromatic Colors of #7322BB
Black with #7322BB
Text Example
Text Example
White with #7322BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7322BB; }
p { color: rgb(115,34,187); }
H1.HeaderClassName
{
color: #7322BB;
}
.AnyTagClassName
{
color: #7322BB;
}
</style>
background-color css
<style>
a { background-color: #7322BB; }
a { background-color: rgb(115,34,187); }
div.DivClassName
{
background-color: #7322BB;
}
.BgClassName
{
background-color: #7322BB;
}
</style>
border-color css
<style>
span { border-color: #7322BB; }
span { border-color: rgb(115,34,187); }
td.TdClassName
{
border-color: #7322BB;
}
.TagClassName
{
border-color: #7322BB;
}
</style>