Shades of Purple #780471
Tints of Purple #780471
RGB
CMYK
RGB Variations
Color information
#780471 (or 0x780471) is known color: Purple. HEX triplet: 78, 04 and 71. RGB value is (120,4,113). Sum of RGB (Red+Green+Blue) = 120+4+113=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #780471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780471 is #87FB8E. Grayscale: #323232. Windows color (decimal): -8911759 or 7406712. OLE color: 7406712.
HSL color Cylindrical-coordinate representation of color #780471: hue angle of 303.62º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #780471 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 4 | 113 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.53 |
| HSL | 303.62º | 0.94% | 0.24% | - |
| HSV(B) | 303.62º | 0.97% | 0.47% | - |
| XYZ | 10.77 | 5.27 | 16.07 | - |
| YUV | 51.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 4 | 113 | 0 | 0.97 | 0.06 | 0.53 | 303.62 | 0.94 | 0.24 |
| Hex | 78 | 4 | 71 | 0 | 61 | 6 | 35 | 130 | 5E | 18 |
| Octal | 170 | 4 | 161 | 0 | 141 | 6 | 65 | 460 | 136 | 30 |
| Binary | 1111000 | 100 | 1110001 | 0 | 1100001 | 110 | 110101 | 100110000 | 1011110 | 11000 |
Color Harmonies of #780471
Complementary color
Monochromatic Colors of #780471
Black with #780471
Text Example
Text Example
White with #780471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780471; }
p { color: rgb(120,4,113); }
H1.HeaderClassName
{
color: #780471;
}
.AnyTagClassName
{
color: #780471;
}
</style>
background-color css
<style>
a { background-color: #780471; }
a { background-color: rgb(120,4,113); }
div.DivClassName
{
background-color: #780471;
}
.BgClassName
{
background-color: #780471;
}
</style>
border-color css
<style>
span { border-color: #780471; }
span { border-color: rgb(120,4,113); }
td.TdClassName
{
border-color: #780471;
}
.TagClassName
{
border-color: #780471;
}
</style>