Shades of Purple Heart #7322C1
Tints of Purple Heart #7322C1
RGB
CMYK
RGB Variations
Color information
#7322C1 (or 0x7322C1) is known color: Purple Heart. HEX triplet: 73, 22 and C1. RGB value is (115,34,193). Sum of RGB (Red+Green+Blue) = 115+34+193=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #7322C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7322C1 is #8CDD3E. Grayscale: #4B4B4B. Windows color (decimal): -9231679 or 12657267. OLE color: 12657267.
HSL color Cylindrical-coordinate representation of color #7322C1: hue angle of 270.57º 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 #7322C1 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 34 | 193 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.24 |
| HSL | 270.57º | 0.7% | 0.45% | - |
| HSV(B) | 270.57º | 0.82% | 0.76% | - |
| XYZ | 17.27 | 8.64 | 51.21 | - |
| YUV | 76.35 | 193.84 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 193 | 0.40 | 0.82 | 0 | 0.24 | 270.57 | 0.7 | 0.45 |
| Hex | 73 | 22 | C1 | 28 | 52 | 0 | 18 | 10F | 46 | 2D |
| Octal | 163 | 42 | 301 | 50 | 122 | 0 | 30 | 417 | 106 | 55 |
| Binary | 1110011 | 100010 | 11000001 | 101000 | 1010010 | 0 | 11000 | 100001111 | 1000110 | 101101 |
Color Harmonies of #7322C1
Complementary color
Monochromatic Colors of #7322C1
Black with #7322C1
Text Example
Text Example
White with #7322C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7322C1; }
p { color: rgb(115,34,193); }
H1.HeaderClassName
{
color: #7322C1;
}
.AnyTagClassName
{
color: #7322C1;
}
</style>
background-color css
<style>
a { background-color: #7322C1; }
a { background-color: rgb(115,34,193); }
div.DivClassName
{
background-color: #7322C1;
}
.BgClassName
{
background-color: #7322C1;
}
</style>
border-color css
<style>
span { border-color: #7322C1; }
span { border-color: rgb(115,34,193); }
td.TdClassName
{
border-color: #7322C1;
}
.TagClassName
{
border-color: #7322C1;
}
</style>