Shades of Purple Heart #7820C1
Tints of Purple Heart #7820C1
RGB
CMYK
RGB Variations
Color information
#7820C1 (or 0x7820C1) is known color: Purple Heart. HEX triplet: 78, 20 and C1. RGB value is (120,32,193). Sum of RGB (Red+Green+Blue) = 120+32+193=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #7820C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7820C1 is #87DF3E. Grayscale: #4C4C4C. Windows color (decimal): -8904511 or 12656760. OLE color: 12656760.
HSL color Cylindrical-coordinate representation of color #7820C1: hue angle of 272.8º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7820C1 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 32 | 193 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.24 |
| HSL | 272.8º | 0.72% | 0.44% | - |
| HSV(B) | 272.8º | 0.83% | 0.76% | - |
| XYZ | 17.89 | 8.88 | 51.22 | - |
| YUV | 76.67 | 193.65 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 193 | 0.38 | 0.83 | 0 | 0.24 | 272.8 | 0.72 | 0.44 |
| Hex | 78 | 20 | C1 | 26 | 53 | 0 | 18 | 111 | 48 | 2C |
| Octal | 170 | 40 | 301 | 46 | 123 | 0 | 30 | 421 | 110 | 54 |
| Binary | 1111000 | 100000 | 11000001 | 100110 | 1010011 | 0 | 11000 | 100010001 | 1001000 | 101100 |
Color Harmonies of #7820C1
Complementary color
Monochromatic Colors of #7820C1
Black with #7820C1
Text Example
Text Example
White with #7820C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7820C1; }
p { color: rgb(120,32,193); }
H1.HeaderClassName
{
color: #7820C1;
}
.AnyTagClassName
{
color: #7820C1;
}
</style>
background-color css
<style>
a { background-color: #7820C1; }
a { background-color: rgb(120,32,193); }
div.DivClassName
{
background-color: #7820C1;
}
.BgClassName
{
background-color: #7820C1;
}
</style>
border-color css
<style>
span { border-color: #7820C1; }
span { border-color: rgb(120,32,193); }
td.TdClassName
{
border-color: #7820C1;
}
.TagClassName
{
border-color: #7820C1;
}
</style>