Shades of Purple Heart #782FBA
Tints of Purple Heart #782FBA
RGB
CMYK
RGB Variations
Color information
#782FBA (or 0x782FBA) is known color: Purple Heart. HEX triplet: 78, 2F and BA. RGB value is (120,47,186). Sum of RGB (Red+Green+Blue) = 120+47+186=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #782FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782FBA is #87D045. Grayscale: #545454. Windows color (decimal): -8900678 or 12201848. OLE color: 12201848.
HSL color Cylindrical-coordinate representation of color #782FBA: hue angle of 271.51º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #782FBA is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 47 | 186 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.27 |
| HSL | 271.51º | 0.6% | 0.46% | - |
| HSV(B) | 271.51º | 0.75% | 0.73% | - |
| XYZ | 17.63 | 9.57 | 47.37 | - |
| YUV | 84.67 | 185.18 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 47 | 186 | 0.35 | 0.75 | 0 | 0.27 | 271.51 | 0.6 | 0.46 |
| Hex | 78 | 2F | BA | 23 | 4B | 0 | 1B | 110 | 3C | 2E |
| Octal | 170 | 57 | 272 | 43 | 113 | 0 | 33 | 420 | 74 | 56 |
| Binary | 1111000 | 101111 | 10111010 | 100011 | 1001011 | 0 | 11011 | 100010000 | 111100 | 101110 |
Color Harmonies of #782FBA
Complementary color
Monochromatic Colors of #782FBA
Black with #782FBA
Text Example
Text Example
White with #782FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782FBA; }
p { color: rgb(120,47,186); }
H1.HeaderClassName
{
color: #782FBA;
}
.AnyTagClassName
{
color: #782FBA;
}
</style>
background-color css
<style>
a { background-color: #782FBA; }
a { background-color: rgb(120,47,186); }
div.DivClassName
{
background-color: #782FBA;
}
.BgClassName
{
background-color: #782FBA;
}
</style>
border-color css
<style>
span { border-color: #782FBA; }
span { border-color: rgb(120,47,186); }
td.TdClassName
{
border-color: #782FBA;
}
.TagClassName
{
border-color: #782FBA;
}
</style>