Shades of Purple Heart #7321B2
Tints of Purple Heart #7321B2
RGB
CMYK
RGB Variations
Color information
#7321B2 (or 0x7321B2) is known color: Purple Heart. HEX triplet: 73, 21 and B2. RGB value is (115,33,178). Sum of RGB (Red+Green+Blue) = 115+33+178=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 178 (69.92% from 255 or 54.60% from 326); Max value from RGB is 178 - color contains mainly: blue. Hex color #7321B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7321B2 is #8CDE4D. Grayscale: #494949. Windows color (decimal): -9231950 or 11673971. OLE color: 11673971.
HSL color Cylindrical-coordinate representation of color #7321B2: hue angle of 273.93º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7321B2 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 33 | 178 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.30 |
| HSL | 273.93º | 0.69% | 0.41% | - |
| HSV(B) | 273.93º | 0.81% | 0.7% | - |
| XYZ | 15.65 | 7.95 | 42.83 | - |
| YUV | 74.05 | 186.67 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 178 | 0.35 | 0.81 | 0 | 0.30 | 273.93 | 0.69 | 0.41 |
| Hex | 73 | 21 | B2 | 23 | 51 | 0 | 1E | 112 | 45 | 29 |
| Octal | 163 | 41 | 262 | 43 | 121 | 0 | 36 | 422 | 105 | 51 |
| Binary | 1110011 | 100001 | 10110010 | 100011 | 1010001 | 0 | 11110 | 100010010 | 1000101 | 101001 |
Color Harmonies of #7321B2
Complementary color
Monochromatic Colors of #7321B2
Black with #7321B2
Text Example
Text Example
White with #7321B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7321B2; }
p { color: rgb(115,33,178); }
H1.HeaderClassName
{
color: #7321B2;
}
.AnyTagClassName
{
color: #7321B2;
}
</style>
background-color css
<style>
a { background-color: #7321B2; }
a { background-color: rgb(115,33,178); }
div.DivClassName
{
background-color: #7321B2;
}
.BgClassName
{
background-color: #7321B2;
}
</style>
border-color css
<style>
span { border-color: #7321B2; }
span { border-color: rgb(115,33,178); }
td.TdClassName
{
border-color: #7321B2;
}
.TagClassName
{
border-color: #7321B2;
}
</style>