Shades of Purple Heart #782EBD
Tints of Purple Heart #782EBD
RGB
CMYK
RGB Variations
Color information
#782EBD (or 0x782EBD) is known color: Purple Heart. HEX triplet: 78, 2E and BD. RGB value is (120,46,189). Sum of RGB (Red+Green+Blue) = 120+46+189=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #782EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782EBD is #87D142. Grayscale: #535353. Windows color (decimal): -8900931 or 12398200. OLE color: 12398200.
HSL color Cylindrical-coordinate representation of color #782EBD: hue angle of 271.05º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #782EBD is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 46 | 189 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.26 |
| HSL | 271.05º | 0.61% | 0.46% | - |
| HSV(B) | 271.05º | 0.76% | 0.74% | - |
| XYZ | 17.91 | 9.62 | 49.06 | - |
| YUV | 84.43 | 187.02 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 189 | 0.37 | 0.76 | 0 | 0.26 | 271.05 | 0.61 | 0.46 |
| Hex | 78 | 2E | BD | 25 | 4C | 0 | 1A | 10F | 3D | 2E |
| Octal | 170 | 56 | 275 | 45 | 114 | 0 | 32 | 417 | 75 | 56 |
| Binary | 1111000 | 101110 | 10111101 | 100101 | 1001100 | 0 | 11010 | 100001111 | 111101 | 101110 |
Color Harmonies of #782EBD
Complementary color
Monochromatic Colors of #782EBD
Black with #782EBD
Text Example
Text Example
White with #782EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782EBD; }
p { color: rgb(120,46,189); }
H1.HeaderClassName
{
color: #782EBD;
}
.AnyTagClassName
{
color: #782EBD;
}
</style>
background-color css
<style>
a { background-color: #782EBD; }
a { background-color: rgb(120,46,189); }
div.DivClassName
{
background-color: #782EBD;
}
.BgClassName
{
background-color: #782EBD;
}
</style>
border-color css
<style>
span { border-color: #782EBD; }
span { border-color: rgb(120,46,189); }
td.TdClassName
{
border-color: #782EBD;
}
.TagClassName
{
border-color: #782EBD;
}
</style>