Shades of Purple Heart #7834C0
Tints of Purple Heart #7834C0
RGB
CMYK
RGB Variations
Color information
#7834C0 (or 0x7834C0) is known color: Purple Heart. HEX triplet: 78, 34 and C0. RGB value is (120,52,192). Sum of RGB (Red+Green+Blue) = 120+52+192=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #7834C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7834C0 is #87CB3F. Grayscale: #575757. Windows color (decimal): -8899392 or 12596344. OLE color: 12596344.
HSL color Cylindrical-coordinate representation of color #7834C0: hue angle of 269.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7834C0 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 52 | 192 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.25 |
| HSL | 269.14º | 0.57% | 0.48% | - |
| HSV(B) | 269.14º | 0.73% | 0.75% | - |
| XYZ | 18.49 | 10.25 | 50.87 | - |
| YUV | 88.29 | 186.53 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 52 | 192 | 0.38 | 0.73 | 0 | 0.25 | 269.14 | 0.57 | 0.48 |
| Hex | 78 | 34 | C0 | 26 | 49 | 0 | 19 | 10D | 39 | 30 |
| Octal | 170 | 64 | 300 | 46 | 111 | 0 | 31 | 415 | 71 | 60 |
| Binary | 1111000 | 110100 | 11000000 | 100110 | 1001001 | 0 | 11001 | 100001101 | 111001 | 110000 |
Color Harmonies of #7834C0
Complementary color
Monochromatic Colors of #7834C0
Black with #7834C0
Text Example
Text Example
White with #7834C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7834C0; }
p { color: rgb(120,52,192); }
H1.HeaderClassName
{
color: #7834C0;
}
.AnyTagClassName
{
color: #7834C0;
}
</style>
background-color css
<style>
a { background-color: #7834C0; }
a { background-color: rgb(120,52,192); }
div.DivClassName
{
background-color: #7834C0;
}
.BgClassName
{
background-color: #7834C0;
}
</style>
border-color css
<style>
span { border-color: #7834C0; }
span { border-color: rgb(120,52,192); }
td.TdClassName
{
border-color: #7834C0;
}
.TagClassName
{
border-color: #7834C0;
}
</style>