Shades of Purple #780D76
Tints of Purple #780D76
RGB
CMYK
RGB Variations
Color information
#780D76 (or 0x780D76) is known color: Purple. HEX triplet: 78, 0D and 76. RGB value is (120,13,118). Sum of RGB (Red+Green+Blue) = 120+13+118=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #780D76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D76 is #87F289. Grayscale: #383838. Windows color (decimal): -8909450 or 7736696. OLE color: 7736696.
HSL color Cylindrical-coordinate representation of color #780D76: hue angle of 301.12º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D76 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 13 | 118 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.53 |
| HSL | 301.12º | 0.8% | 0.26% | - |
| HSV(B) | 301.12º | 0.89% | 0.47% | - |
| XYZ | 11.16 | 5.59 | 17.63 | - |
| YUV | 56.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 118 | 0 | 0.89 | 0.02 | 0.53 | 301.12 | 0.8 | 0.26 |
| Hex | 78 | D | 76 | 0 | 59 | 2 | 35 | 12D | 50 | 1A |
| Octal | 170 | 15 | 166 | 0 | 131 | 2 | 65 | 455 | 120 | 32 |
| Binary | 1111000 | 1101 | 1110110 | 0 | 1011001 | 10 | 110101 | 100101101 | 1010000 | 11010 |
Color Harmonies of #780D76
Complementary color
Monochromatic Colors of #780D76
Black with #780D76
Text Example
Text Example
White with #780D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780D76; }
p { color: rgb(120,13,118); }
H1.HeaderClassName
{
color: #780D76;
}
.AnyTagClassName
{
color: #780D76;
}
</style>
background-color css
<style>
a { background-color: #780D76; }
a { background-color: rgb(120,13,118); }
div.DivClassName
{
background-color: #780D76;
}
.BgClassName
{
background-color: #780D76;
}
</style>
border-color css
<style>
span { border-color: #780D76; }
span { border-color: rgb(120,13,118); }
td.TdClassName
{
border-color: #780D76;
}
.TagClassName
{
border-color: #780D76;
}
</style>