Shades of Purple Heart #7826BA
Tints of Purple Heart #7826BA
RGB
CMYK
RGB Variations
Color information
#7826BA (or 0x7826BA) is known color: Purple Heart. HEX triplet: 78, 26 and BA. RGB value is (120,38,186). Sum of RGB (Red+Green+Blue) = 120+38+186=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #7826BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7826BA is #87D945. Grayscale: #4E4E4E. Windows color (decimal): -8902982 or 12199544. OLE color: 12199544.
HSL color Cylindrical-coordinate representation of color #7826BA: hue angle of 273.24º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7826BA is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 38 | 186 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.27 |
| HSL | 273.24º | 0.66% | 0.44% | - |
| HSV(B) | 273.24º | 0.8% | 0.73% | - |
| XYZ | 17.3 | 8.92 | 47.27 | - |
| YUV | 79.39 | 188.17 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 186 | 0.35 | 0.80 | 0 | 0.27 | 273.24 | 0.66 | 0.44 |
| Hex | 78 | 26 | BA | 23 | 50 | 0 | 1B | 111 | 42 | 2C |
| Octal | 170 | 46 | 272 | 43 | 120 | 0 | 33 | 421 | 102 | 54 |
| Binary | 1111000 | 100110 | 10111010 | 100011 | 1010000 | 0 | 11011 | 100010001 | 1000010 | 101100 |
Color Harmonies of #7826BA
Complementary color
Monochromatic Colors of #7826BA
Black with #7826BA
Text Example
Text Example
White with #7826BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7826BA; }
p { color: rgb(120,38,186); }
H1.HeaderClassName
{
color: #7826BA;
}
.AnyTagClassName
{
color: #7826BA;
}
</style>
background-color css
<style>
a { background-color: #7826BA; }
a { background-color: rgb(120,38,186); }
div.DivClassName
{
background-color: #7826BA;
}
.BgClassName
{
background-color: #7826BA;
}
</style>
border-color css
<style>
span { border-color: #7826BA; }
span { border-color: rgb(120,38,186); }
td.TdClassName
{
border-color: #7826BA;
}
.TagClassName
{
border-color: #7826BA;
}
</style>