Shades of Purple Heart #7821BE
Tints of Purple Heart #7821BE
RGB
CMYK
RGB Variations
Color information
#7821BE (or 0x7821BE) is known color: Purple Heart. HEX triplet: 78, 21 and BE. RGB value is (120,33,190). Sum of RGB (Red+Green+Blue) = 120+33+190=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #7821BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7821BE is #87DE41. Grayscale: #4C4C4C. Windows color (decimal): -8904258 or 12460408. OLE color: 12460408.
HSL color Cylindrical-coordinate representation of color #7821BE: hue angle of 273.25º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7821BE is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 33 | 190 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.25 |
| HSL | 273.25º | 0.7% | 0.44% | - |
| HSV(B) | 273.25º | 0.83% | 0.75% | - |
| XYZ | 17.58 | 8.8 | 49.49 | - |
| YUV | 76.91 | 191.82 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 33 | 190 | 0.37 | 0.83 | 0 | 0.25 | 273.25 | 0.7 | 0.44 |
| Hex | 78 | 21 | BE | 25 | 53 | 0 | 19 | 111 | 46 | 2C |
| Octal | 170 | 41 | 276 | 45 | 123 | 0 | 31 | 421 | 106 | 54 |
| Binary | 1111000 | 100001 | 10111110 | 100101 | 1010011 | 0 | 11001 | 100010001 | 1000110 | 101100 |
Color Harmonies of #7821BE
Complementary color
Monochromatic Colors of #7821BE
Black with #7821BE
Text Example
Text Example
White with #7821BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7821BE; }
p { color: rgb(120,33,190); }
H1.HeaderClassName
{
color: #7821BE;
}
.AnyTagClassName
{
color: #7821BE;
}
</style>
background-color css
<style>
a { background-color: #7821BE; }
a { background-color: rgb(120,33,190); }
div.DivClassName
{
background-color: #7821BE;
}
.BgClassName
{
background-color: #7821BE;
}
</style>
border-color css
<style>
span { border-color: #7821BE; }
span { border-color: rgb(120,33,190); }
td.TdClassName
{
border-color: #7821BE;
}
.TagClassName
{
border-color: #7821BE;
}
</style>