Shades of Purple Heart #782DB9
Tints of Purple Heart #782DB9
RGB
CMYK
RGB Variations
Color information
#782DB9 (or 0x782DB9) is known color: Purple Heart. HEX triplet: 78, 2D and B9. RGB value is (120,45,185). Sum of RGB (Red+Green+Blue) = 120+45+185=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #782DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782DB9 is #87D246. Grayscale: #525252. Windows color (decimal): -8901191 or 12135800. OLE color: 12135800.
HSL color Cylindrical-coordinate representation of color #782DB9: hue angle of 272.14º degrees, saturation: 0.61, 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 #782DB9 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 45 | 185 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.27 |
| HSL | 272.14º | 0.61% | 0.45% | - |
| HSV(B) | 272.14º | 0.76% | 0.73% | - |
| XYZ | 17.44 | 9.37 | 46.79 | - |
| YUV | 83.39 | 185.35 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 185 | 0.35 | 0.76 | 0 | 0.27 | 272.14 | 0.61 | 0.45 |
| Hex | 78 | 2D | B9 | 23 | 4C | 0 | 1B | 110 | 3D | 2D |
| Octal | 170 | 55 | 271 | 43 | 114 | 0 | 33 | 420 | 75 | 55 |
| Binary | 1111000 | 101101 | 10111001 | 100011 | 1001100 | 0 | 11011 | 100010000 | 111101 | 101101 |
Color Harmonies of #782DB9
Complementary color
Monochromatic Colors of #782DB9
Black with #782DB9
Text Example
Text Example
White with #782DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782DB9; }
p { color: rgb(120,45,185); }
H1.HeaderClassName
{
color: #782DB9;
}
.AnyTagClassName
{
color: #782DB9;
}
</style>
background-color css
<style>
a { background-color: #782DB9; }
a { background-color: rgb(120,45,185); }
div.DivClassName
{
background-color: #782DB9;
}
.BgClassName
{
background-color: #782DB9;
}
</style>
border-color css
<style>
span { border-color: #782DB9; }
span { border-color: rgb(120,45,185); }
td.TdClassName
{
border-color: #782DB9;
}
.TagClassName
{
border-color: #782DB9;
}
</style>