Shades of Purple #77117A
Tints of Purple #77117A
RGB
CMYK
RGB Variations
Color information
#77117A (or 0x77117A) is known color: Purple. HEX triplet: 77, 11 and 7A. RGB value is (119,17,122). Sum of RGB (Red+Green+Blue) = 119+17+122=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #77117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77117A is #88EE85. Grayscale: #3B3B3B. Windows color (decimal): -8973958 or 7999863. OLE color: 7999863.
HSL color Cylindrical-coordinate representation of color #77117A: hue angle of 298.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77117A is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 17 | 122 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.52 |
| HSL | 298.29º | 0.76% | 0.27% | - |
| HSV(B) | 298.29º | 0.86% | 0.48% | - |
| XYZ | 11.32 | 5.73 | 18.92 | - |
| YUV | 59.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 17 | 122 | 0.02 | 0.86 | 0 | 0.52 | 298.29 | 0.76 | 0.27 |
| Hex | 77 | 11 | 7A | 2 | 56 | 0 | 34 | 12A | 4C | 1B |
| Octal | 167 | 21 | 172 | 2 | 126 | 0 | 64 | 452 | 114 | 33 |
| Binary | 1110111 | 10001 | 1111010 | 10 | 1010110 | 0 | 110100 | 100101010 | 1001100 | 11011 |
Color Harmonies of #77117A
Complementary color
Monochromatic Colors of #77117A
Black with #77117A
Text Example
Text Example
White with #77117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77117A; }
p { color: rgb(119,17,122); }
H1.HeaderClassName
{
color: #77117A;
}
.AnyTagClassName
{
color: #77117A;
}
</style>
background-color css
<style>
a { background-color: #77117A; }
a { background-color: rgb(119,17,122); }
div.DivClassName
{
background-color: #77117A;
}
.BgClassName
{
background-color: #77117A;
}
</style>
border-color css
<style>
span { border-color: #77117A; }
span { border-color: rgb(119,17,122); }
td.TdClassName
{
border-color: #77117A;
}
.TagClassName
{
border-color: #77117A;
}
</style>