Shades of Purple Heart #7322C2
Tints of Purple Heart #7322C2
RGB
CMYK
RGB Variations
Color information
#7322C2 (or 0x7322C2) is known color: Purple Heart. HEX triplet: 73, 22 and C2. RGB value is (115,34,194). Sum of RGB (Red+Green+Blue) = 115+34+194=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 194 (76.17% from 255 or 56.56% from 343); Max value from RGB is 194 - color contains mainly: blue. Hex color #7322C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7322C2 is #8CDD3D. Grayscale: #4B4B4B. Windows color (decimal): -9231678 or 12722803. OLE color: 12722803.
HSL color Cylindrical-coordinate representation of color #7322C2: hue angle of 270.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7322C2 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 34 | 194 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.24 |
| HSL | 270.38º | 0.7% | 0.45% | - |
| HSV(B) | 270.38º | 0.82% | 0.76% | - |
| XYZ | 17.38 | 8.68 | 51.8 | - |
| YUV | 76.46 | 194.34 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 194 | 0.41 | 0.82 | 0 | 0.24 | 270.38 | 0.7 | 0.45 |
| Hex | 73 | 22 | C2 | 29 | 52 | 0 | 18 | 10E | 46 | 2D |
| Octal | 163 | 42 | 302 | 51 | 122 | 0 | 30 | 416 | 106 | 55 |
| Binary | 1110011 | 100010 | 11000010 | 101001 | 1010010 | 0 | 11000 | 100001110 | 1000110 | 101101 |
Color Harmonies of #7322C2
Complementary color
Monochromatic Colors of #7322C2
Black with #7322C2
Text Example
Text Example
White with #7322C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7322C2; }
p { color: rgb(115,34,194); }
H1.HeaderClassName
{
color: #7322C2;
}
.AnyTagClassName
{
color: #7322C2;
}
</style>
background-color css
<style>
a { background-color: #7322C2; }
a { background-color: rgb(115,34,194); }
div.DivClassName
{
background-color: #7322C2;
}
.BgClassName
{
background-color: #7322C2;
}
</style>
border-color css
<style>
span { border-color: #7322C2; }
span { border-color: rgb(115,34,194); }
td.TdClassName
{
border-color: #7322C2;
}
.TagClassName
{
border-color: #7322C2;
}
</style>