Shades of Purple Heart #7321C6
Tints of Purple Heart #7321C6
RGB
CMYK
RGB Variations
Color information
#7321C6 (or 0x7321C6) is known color: Purple Heart. HEX triplet: 73, 21 and C6. RGB value is (115,33,198). Sum of RGB (Red+Green+Blue) = 115+33+198=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 198 (77.73% from 255 or 57.23% from 346); Max value from RGB is 198 - color contains mainly: blue. Hex color #7321C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7321C6 is #8CDE39. Grayscale: #4B4B4B. Windows color (decimal): -9231930 or 12984691. OLE color: 12984691.
HSL color Cylindrical-coordinate representation of color #7321C6: hue angle of 269.82º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7321C6 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 33 | 198 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.22 |
| HSL | 269.82º | 0.71% | 0.45% | - |
| HSV(B) | 269.82º | 0.83% | 0.78% | - |
| XYZ | 17.81 | 8.81 | 54.19 | - |
| YUV | 76.33 | 196.67 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 198 | 0.42 | 0.83 | 0 | 0.22 | 269.82 | 0.71 | 0.45 |
| Hex | 73 | 21 | C6 | 2A | 53 | 0 | 16 | 10E | 47 | 2D |
| Octal | 163 | 41 | 306 | 52 | 123 | 0 | 26 | 416 | 107 | 55 |
| Binary | 1110011 | 100001 | 11000110 | 101010 | 1010011 | 0 | 10110 | 100001110 | 1000111 | 101101 |
Color Harmonies of #7321C6
Complementary color
Monochromatic Colors of #7321C6
Black with #7321C6
Text Example
Text Example
White with #7321C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7321C6; }
p { color: rgb(115,33,198); }
H1.HeaderClassName
{
color: #7321C6;
}
.AnyTagClassName
{
color: #7321C6;
}
</style>
background-color css
<style>
a { background-color: #7321C6; }
a { background-color: rgb(115,33,198); }
div.DivClassName
{
background-color: #7321C6;
}
.BgClassName
{
background-color: #7321C6;
}
</style>
border-color css
<style>
span { border-color: #7321C6; }
span { border-color: rgb(115,33,198); }
td.TdClassName
{
border-color: #7321C6;
}
.TagClassName
{
border-color: #7321C6;
}
</style>