Shades of Purple Heart #7322BC
Tints of Purple Heart #7322BC
RGB
CMYK
RGB Variations
Color information
#7322BC (or 0x7322BC) is known color: Purple Heart. HEX triplet: 73, 22 and BC. RGB value is (115,34,188). Sum of RGB (Red+Green+Blue) = 115+34+188=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #7322BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7322BC is #8CDD43. Grayscale: #4B4B4B. Windows color (decimal): -9231684 or 12329587. OLE color: 12329587.
HSL color Cylindrical-coordinate representation of color #7322BC: hue angle of 271.56º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7322BC is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 34 | 188 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.26 |
| HSL | 271.56º | 0.69% | 0.44% | - |
| HSV(B) | 271.56º | 0.82% | 0.74% | - |
| XYZ | 16.72 | 8.42 | 48.32 | - |
| YUV | 75.78 | 191.34 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 188 | 0.39 | 0.82 | 0 | 0.26 | 271.56 | 0.69 | 0.44 |
| Hex | 73 | 22 | BC | 27 | 52 | 0 | 1A | 110 | 45 | 2C |
| Octal | 163 | 42 | 274 | 47 | 122 | 0 | 32 | 420 | 105 | 54 |
| Binary | 1110011 | 100010 | 10111100 | 100111 | 1010010 | 0 | 11010 | 100010000 | 1000101 | 101100 |
Color Harmonies of #7322BC
Complementary color
Monochromatic Colors of #7322BC
Black with #7322BC
Text Example
Text Example
White with #7322BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7322BC; }
p { color: rgb(115,34,188); }
H1.HeaderClassName
{
color: #7322BC;
}
.AnyTagClassName
{
color: #7322BC;
}
</style>
background-color css
<style>
a { background-color: #7322BC; }
a { background-color: rgb(115,34,188); }
div.DivClassName
{
background-color: #7322BC;
}
.BgClassName
{
background-color: #7322BC;
}
</style>
border-color css
<style>
span { border-color: #7322BC; }
span { border-color: rgb(115,34,188); }
td.TdClassName
{
border-color: #7322BC;
}
.TagClassName
{
border-color: #7322BC;
}
</style>