Shades of Purple #77127A
Tints of Purple #77127A
RGB
CMYK
RGB Variations
Color information
#77127A (or 0x77127A) is known color: Purple. HEX triplet: 77, 12 and 7A. RGB value is (119,18,122). Sum of RGB (Red+Green+Blue) = 119+18+122=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #77127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77127A is #88ED85. Grayscale: #3B3B3B. Windows color (decimal): -8973702 or 8000119. OLE color: 8000119.
HSL color Cylindrical-coordinate representation of color #77127A: hue angle of 298.27º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77127A is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 18 | 122 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.52 |
| HSL | 298.27º | 0.74% | 0.27% | - |
| HSV(B) | 298.27º | 0.85% | 0.48% | - |
| XYZ | 11.34 | 5.76 | 18.93 | - |
| YUV | 60.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 18 | 122 | 0.02 | 0.85 | 0 | 0.52 | 298.27 | 0.74 | 0.27 |
| Hex | 77 | 12 | 7A | 2 | 55 | 0 | 34 | 12A | 4A | 1B |
| Octal | 167 | 22 | 172 | 2 | 125 | 0 | 64 | 452 | 112 | 33 |
| Binary | 1110111 | 10010 | 1111010 | 10 | 1010101 | 0 | 110100 | 100101010 | 1001010 | 11011 |
Color Harmonies of #77127A
Complementary color
Monochromatic Colors of #77127A
Black with #77127A
Text Example
Text Example
White with #77127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77127A; }
p { color: rgb(119,18,122); }
H1.HeaderClassName
{
color: #77127A;
}
.AnyTagClassName
{
color: #77127A;
}
</style>
background-color css
<style>
a { background-color: #77127A; }
a { background-color: rgb(119,18,122); }
div.DivClassName
{
background-color: #77127A;
}
.BgClassName
{
background-color: #77127A;
}
</style>
border-color css
<style>
span { border-color: #77127A; }
span { border-color: rgb(119,18,122); }
td.TdClassName
{
border-color: #77127A;
}
.TagClassName
{
border-color: #77127A;
}
</style>