Shades of Purple Heart #782DBB
Tints of Purple Heart #782DBB
RGB
CMYK
RGB Variations
Color information
#782DBB (or 0x782DBB) is known color: Purple Heart. HEX triplet: 78, 2D and BB. RGB value is (120,45,187). Sum of RGB (Red+Green+Blue) = 120+45+187=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #782DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782DBB is #87D244. Grayscale: #535353. Windows color (decimal): -8901189 or 12266872. OLE color: 12266872.
HSL color Cylindrical-coordinate representation of color #782DBB: hue angle of 271.69º 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 #782DBB is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 45 | 187 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.27 |
| HSL | 271.69º | 0.61% | 0.45% | - |
| HSV(B) | 271.69º | 0.76% | 0.73% | - |
| XYZ | 17.65 | 9.46 | 47.91 | - |
| YUV | 83.61 | 186.35 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 187 | 0.36 | 0.76 | 0 | 0.27 | 271.69 | 0.61 | 0.45 |
| Hex | 78 | 2D | BB | 24 | 4C | 0 | 1B | 110 | 3D | 2D |
| Octal | 170 | 55 | 273 | 44 | 114 | 0 | 33 | 420 | 75 | 55 |
| Binary | 1111000 | 101101 | 10111011 | 100100 | 1001100 | 0 | 11011 | 100010000 | 111101 | 101101 |
Color Harmonies of #782DBB
Complementary color
Monochromatic Colors of #782DBB
Black with #782DBB
Text Example
Text Example
White with #782DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782DBB; }
p { color: rgb(120,45,187); }
H1.HeaderClassName
{
color: #782DBB;
}
.AnyTagClassName
{
color: #782DBB;
}
</style>
background-color css
<style>
a { background-color: #782DBB; }
a { background-color: rgb(120,45,187); }
div.DivClassName
{
background-color: #782DBB;
}
.BgClassName
{
background-color: #782DBB;
}
</style>
border-color css
<style>
span { border-color: #782DBB; }
span { border-color: rgb(120,45,187); }
td.TdClassName
{
border-color: #782DBB;
}
.TagClassName
{
border-color: #782DBB;
}
</style>