Shades of Purple Heart #7832BA
Tints of Purple Heart #7832BA
RGB
CMYK
RGB Variations
Color information
#7832BA (or 0x7832BA) is known color: Purple Heart. HEX triplet: 78, 32 and BA. RGB value is (120,50,186). Sum of RGB (Red+Green+Blue) = 120+50+186=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #7832BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7832BA is #87CD45. Grayscale: #555555. Windows color (decimal): -8899910 or 12202616. OLE color: 12202616.
HSL color Cylindrical-coordinate representation of color #7832BA: hue angle of 270.88º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7832BA is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 50 | 186 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.27 |
| HSL | 270.88º | 0.58% | 0.46% | - |
| HSV(B) | 270.88º | 0.73% | 0.73% | - |
| XYZ | 17.75 | 9.82 | 47.41 | - |
| YUV | 86.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 50 | 186 | 0.35 | 0.73 | 0 | 0.27 | 270.88 | 0.58 | 0.46 |
| Hex | 78 | 32 | BA | 23 | 49 | 0 | 1B | 10F | 3A | 2E |
| Octal | 170 | 62 | 272 | 43 | 111 | 0 | 33 | 417 | 72 | 56 |
| Binary | 1111000 | 110010 | 10111010 | 100011 | 1001001 | 0 | 11011 | 100001111 | 111010 | 101110 |
Color Harmonies of #7832BA
Complementary color
Monochromatic Colors of #7832BA
Black with #7832BA
Text Example
Text Example
White with #7832BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7832BA; }
p { color: rgb(120,50,186); }
H1.HeaderClassName
{
color: #7832BA;
}
.AnyTagClassName
{
color: #7832BA;
}
</style>
background-color css
<style>
a { background-color: #7832BA; }
a { background-color: rgb(120,50,186); }
div.DivClassName
{
background-color: #7832BA;
}
.BgClassName
{
background-color: #7832BA;
}
</style>
border-color css
<style>
span { border-color: #7832BA; }
span { border-color: rgb(120,50,186); }
td.TdClassName
{
border-color: #7832BA;
}
.TagClassName
{
border-color: #7832BA;
}
</style>