Shades of Purple #780371
Tints of Purple #780371
RGB
CMYK
RGB Variations
Color information
#780371 (or 0x780371) is known color: Purple. HEX triplet: 78, 03 and 71. RGB value is (120,3,113). Sum of RGB (Red+Green+Blue) = 120+3+113=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #780371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780371 is #87FC8E. Grayscale: #323232. Windows color (decimal): -8912015 or 7406456. OLE color: 7406456.
HSL color Cylindrical-coordinate representation of color #780371: hue angle of 303.59º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780371 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 113 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.53 |
| HSL | 303.59º | 0.95% | 0.24% | - |
| HSV(B) | 303.59º | 0.98% | 0.47% | - |
| XYZ | 10.76 | 5.25 | 16.07 | - |
| YUV | 50.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 113 | 0 | 0.98 | 0.06 | 0.53 | 303.59 | 0.95 | 0.24 |
| Hex | 78 | 3 | 71 | 0 | 62 | 6 | 35 | 130 | 5F | 18 |
| Octal | 170 | 3 | 161 | 0 | 142 | 6 | 65 | 460 | 137 | 30 |
| Binary | 1111000 | 11 | 1110001 | 0 | 1100010 | 110 | 110101 | 100110000 | 1011111 | 11000 |
Color Harmonies of #780371
Complementary color
Monochromatic Colors of #780371
Black with #780371
Text Example
Text Example
White with #780371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780371; }
p { color: rgb(120,3,113); }
H1.HeaderClassName
{
color: #780371;
}
.AnyTagClassName
{
color: #780371;
}
</style>
background-color css
<style>
a { background-color: #780371; }
a { background-color: rgb(120,3,113); }
div.DivClassName
{
background-color: #780371;
}
.BgClassName
{
background-color: #780371;
}
</style>
border-color css
<style>
span { border-color: #780371; }
span { border-color: rgb(120,3,113); }
td.TdClassName
{
border-color: #780371;
}
.TagClassName
{
border-color: #780371;
}
</style>