Shades of Purple #780B74
Tints of Purple #780B74
RGB
CMYK
RGB Variations
Color information
#780B74 (or 0x780B74) is known color: Purple. HEX triplet: 78, 0B and 74. RGB value is (120,11,116). Sum of RGB (Red+Green+Blue) = 120+11+116=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #780B74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B74 is #87F48B. Grayscale: #373737. Windows color (decimal): -8909964 or 7605112. OLE color: 7605112.
HSL color Cylindrical-coordinate representation of color #780B74: hue angle of 302.2º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B74 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 11 | 116 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.53 |
| HSL | 302.2º | 0.83% | 0.26% | - |
| HSV(B) | 302.2º | 0.91% | 0.47% | - |
| XYZ | 11.02 | 5.49 | 17 | - |
| YUV | 55.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 116 | 0 | 0.91 | 0.03 | 0.53 | 302.2 | 0.83 | 0.26 |
| Hex | 78 | B | 74 | 0 | 5B | 3 | 35 | 12E | 53 | 1A |
| Octal | 170 | 13 | 164 | 0 | 133 | 3 | 65 | 456 | 123 | 32 |
| Binary | 1111000 | 1011 | 1110100 | 0 | 1011011 | 11 | 110101 | 100101110 | 1010011 | 11010 |
Color Harmonies of #780B74
Complementary color
Monochromatic Colors of #780B74
Black with #780B74
Text Example
Text Example
White with #780B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B74; }
p { color: rgb(120,11,116); }
H1.HeaderClassName
{
color: #780B74;
}
.AnyTagClassName
{
color: #780B74;
}
</style>
background-color css
<style>
a { background-color: #780B74; }
a { background-color: rgb(120,11,116); }
div.DivClassName
{
background-color: #780B74;
}
.BgClassName
{
background-color: #780B74;
}
</style>
border-color css
<style>
span { border-color: #780B74; }
span { border-color: rgb(120,11,116); }
td.TdClassName
{
border-color: #780B74;
}
.TagClassName
{
border-color: #780B74;
}
</style>