Shades of Purple Heart #7820CB
Tints of Purple Heart #7820CB
RGB
CMYK
RGB Variations
Color information
#7820CB (or 0x7820CB) is known color: Purple Heart. HEX triplet: 78, 20 and CB. RGB value is (120,32,203). Sum of RGB (Red+Green+Blue) = 120+32+203=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #7820CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7820CB is #87DF34. Grayscale: #4D4D4D. Windows color (decimal): -8904501 or 13312120. OLE color: 13312120.
HSL color Cylindrical-coordinate representation of color #7820CB: hue angle of 270.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7820CB is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 32 | 203 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.20 |
| HSL | 270.88º | 0.73% | 0.46% | - |
| HSV(B) | 270.88º | 0.84% | 0.8% | - |
| XYZ | 19.04 | 9.34 | 57.3 | - |
| YUV | 77.81 | 198.65 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 203 | 0.41 | 0.84 | 0 | 0.20 | 270.88 | 0.73 | 0.46 |
| Hex | 78 | 20 | CB | 29 | 54 | 0 | 14 | 10F | 49 | 2E |
| Octal | 170 | 40 | 313 | 51 | 124 | 0 | 24 | 417 | 111 | 56 |
| Binary | 1111000 | 100000 | 11001011 | 101001 | 1010100 | 0 | 10100 | 100001111 | 1001001 | 101110 |
Color Harmonies of #7820CB
Complementary color
Monochromatic Colors of #7820CB
Black with #7820CB
Text Example
Text Example
White with #7820CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7820CB; }
p { color: rgb(120,32,203); }
H1.HeaderClassName
{
color: #7820CB;
}
.AnyTagClassName
{
color: #7820CB;
}
</style>
background-color css
<style>
a { background-color: #7820CB; }
a { background-color: rgb(120,32,203); }
div.DivClassName
{
background-color: #7820CB;
}
.BgClassName
{
background-color: #7820CB;
}
</style>
border-color css
<style>
span { border-color: #7820CB; }
span { border-color: rgb(120,32,203); }
td.TdClassName
{
border-color: #7820CB;
}
.TagClassName
{
border-color: #7820CB;
}
</style>