Shades of Purple #77076C
Tints of Purple #77076C
RGB
CMYK
RGB Variations
Color information
#77076C (or 0x77076C) is known color: Purple. HEX triplet: 77, 07 and 6C. RGB value is (119,7,108). Sum of RGB (Red+Green+Blue) = 119+7+108=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77076C is #88F893. Grayscale: #333333. Windows color (decimal): -8976532 or 7079799. OLE color: 7079799.
HSL color Cylindrical-coordinate representation of color #77076C: hue angle of 305.89º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77076C is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 108 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.53 |
| HSL | 305.89º | 0.89% | 0.25% | - |
| HSV(B) | 305.89º | 0.94% | 0.47% | - |
| XYZ | 10.39 | 5.16 | 14.64 | - |
| YUV | 52 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 108 | 0 | 0.94 | 0.09 | 0.53 | 305.89 | 0.89 | 0.25 |
| Hex | 77 | 7 | 6C | 0 | 5E | 9 | 35 | 132 | 59 | 19 |
| Octal | 167 | 7 | 154 | 0 | 136 | 11 | 65 | 462 | 131 | 31 |
| Binary | 1110111 | 111 | 1101100 | 0 | 1011110 | 1001 | 110101 | 100110010 | 1011001 | 11001 |
Color Harmonies of #77076C
Complementary color
Monochromatic Colors of #77076C
Black with #77076C
Text Example
Text Example
White with #77076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77076C; }
p { color: rgb(119,7,108); }
H1.HeaderClassName
{
color: #77076C;
}
.AnyTagClassName
{
color: #77076C;
}
</style>
background-color css
<style>
a { background-color: #77076C; }
a { background-color: rgb(119,7,108); }
div.DivClassName
{
background-color: #77076C;
}
.BgClassName
{
background-color: #77076C;
}
</style>
border-color css
<style>
span { border-color: #77076C; }
span { border-color: rgb(119,7,108); }
td.TdClassName
{
border-color: #77076C;
}
.TagClassName
{
border-color: #77076C;
}
</style>