Shades of Purple Heart #7828BA
Tints of Purple Heart #7828BA
RGB
CMYK
RGB Variations
Color information
#7828BA (or 0x7828BA) is known color: Purple Heart. HEX triplet: 78, 28 and BA. RGB value is (120,40,186). Sum of RGB (Red+Green+Blue) = 120+40+186=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #7828BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7828BA is #87D745. Grayscale: #505050. Windows color (decimal): -8902470 or 12200056. OLE color: 12200056.
HSL color Cylindrical-coordinate representation of color #7828BA: hue angle of 272.88º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7828BA is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 40 | 186 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.27 |
| HSL | 272.88º | 0.65% | 0.44% | - |
| HSV(B) | 272.88º | 0.78% | 0.73% | - |
| XYZ | 17.37 | 9.06 | 47.29 | - |
| YUV | 80.56 | 187.5 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 186 | 0.35 | 0.78 | 0 | 0.27 | 272.88 | 0.65 | 0.44 |
| Hex | 78 | 28 | BA | 23 | 4E | 0 | 1B | 111 | 41 | 2C |
| Octal | 170 | 50 | 272 | 43 | 116 | 0 | 33 | 421 | 101 | 54 |
| Binary | 1111000 | 101000 | 10111010 | 100011 | 1001110 | 0 | 11011 | 100010001 | 1000001 | 101100 |
Color Harmonies of #7828BA
Complementary color
Monochromatic Colors of #7828BA
Black with #7828BA
Text Example
Text Example
White with #7828BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7828BA; }
p { color: rgb(120,40,186); }
H1.HeaderClassName
{
color: #7828BA;
}
.AnyTagClassName
{
color: #7828BA;
}
</style>
background-color css
<style>
a { background-color: #7828BA; }
a { background-color: rgb(120,40,186); }
div.DivClassName
{
background-color: #7828BA;
}
.BgClassName
{
background-color: #7828BA;
}
</style>
border-color css
<style>
span { border-color: #7828BA; }
span { border-color: rgb(120,40,186); }
td.TdClassName
{
border-color: #7828BA;
}
.TagClassName
{
border-color: #7828BA;
}
</style>