Shades of Purple #780C91
Tints of Purple #780C91
RGB
CMYK
RGB Variations
Color information
#780C91 (or 0x780C91) is known color: Purple. HEX triplet: 78, 0C and 91. RGB value is (120,12,145). Sum of RGB (Red+Green+Blue) = 120+12+145=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #780C91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780C91 is #87F36E. Grayscale: #3B3B3B. Windows color (decimal): -8909679 or 9505912. OLE color: 9505912.
HSL color Cylindrical-coordinate representation of color #780C91: hue angle of 288.72º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780C91 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 12 | 145 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.43 |
| HSL | 288.72º | 0.85% | 0.31% | - |
| HSV(B) | 288.72º | 0.92% | 0.57% | - |
| XYZ | 12.99 | 6.3 | 27.32 | - |
| YUV | 59.45 | 176.28 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 145 | 0.17 | 0.92 | 0 | 0.43 | 288.72 | 0.85 | 0.31 |
| Hex | 78 | C | 91 | 11 | 5C | 0 | 2B | 121 | 55 | 1F |
| Octal | 170 | 14 | 221 | 21 | 134 | 0 | 53 | 441 | 125 | 37 |
| Binary | 1111000 | 1100 | 10010001 | 10001 | 1011100 | 0 | 101011 | 100100001 | 1010101 | 11111 |
Color Harmonies of #780C91
Complementary color
Monochromatic Colors of #780C91
Black with #780C91
Text Example
Text Example
White with #780C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C91; }
p { color: rgb(120,12,145); }
H1.HeaderClassName
{
color: #780C91;
}
.AnyTagClassName
{
color: #780C91;
}
</style>
background-color css
<style>
a { background-color: #780C91; }
a { background-color: rgb(120,12,145); }
div.DivClassName
{
background-color: #780C91;
}
.BgClassName
{
background-color: #780C91;
}
</style>
border-color css
<style>
span { border-color: #780C91; }
span { border-color: rgb(120,12,145); }
td.TdClassName
{
border-color: #780C91;
}
.TagClassName
{
border-color: #780C91;
}
</style>