Shades of Purple Heart #782CBA
Tints of Purple Heart #782CBA
RGB
CMYK
RGB Variations
Color information
#782CBA (or 0x782CBA) is known color: Purple Heart. HEX triplet: 78, 2C and BA. RGB value is (120,44,186). Sum of RGB (Red+Green+Blue) = 120+44+186=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #782CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782CBA is #87D345. Grayscale: #525252. Windows color (decimal): -8901446 or 12201080. OLE color: 12201080.
HSL color Cylindrical-coordinate representation of color #782CBA: hue angle of 272.11º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #782CBA is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 44 | 186 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.27 |
| HSL | 272.11º | 0.62% | 0.45% | - |
| HSV(B) | 272.11º | 0.76% | 0.73% | - |
| XYZ | 17.51 | 9.34 | 47.33 | - |
| YUV | 82.91 | 186.18 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 186 | 0.35 | 0.76 | 0 | 0.27 | 272.11 | 0.62 | 0.45 |
| Hex | 78 | 2C | BA | 23 | 4C | 0 | 1B | 110 | 3E | 2D |
| Octal | 170 | 54 | 272 | 43 | 114 | 0 | 33 | 420 | 76 | 55 |
| Binary | 1111000 | 101100 | 10111010 | 100011 | 1001100 | 0 | 11011 | 100010000 | 111110 | 101101 |
Color Harmonies of #782CBA
Complementary color
Monochromatic Colors of #782CBA
Black with #782CBA
Text Example
Text Example
White with #782CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782CBA; }
p { color: rgb(120,44,186); }
H1.HeaderClassName
{
color: #782CBA;
}
.AnyTagClassName
{
color: #782CBA;
}
</style>
background-color css
<style>
a { background-color: #782CBA; }
a { background-color: rgb(120,44,186); }
div.DivClassName
{
background-color: #782CBA;
}
.BgClassName
{
background-color: #782CBA;
}
</style>
border-color css
<style>
span { border-color: #782CBA; }
span { border-color: rgb(120,44,186); }
td.TdClassName
{
border-color: #782CBA;
}
.TagClassName
{
border-color: #782CBA;
}
</style>