Shades of Purple #7F0177
Tints of Purple #7F0177
RGB
CMYK
RGB Variations
Color information
#7F0177 (or 0x7F0177) is known color: Purple. HEX triplet: 7F, 01 and 77. RGB value is (127,1,119). Sum of RGB (Red+Green+Blue) = 127+1+119=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0177 is #80FE88. Grayscale: #333333. Windows color (decimal): -8453769 or 7799167. OLE color: 7799167.
HSL color Cylindrical-coordinate representation of color #7F0177: hue angle of 303.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F0177 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 1 | 119 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.50 |
| HSL | 303.81º | 0.98% | 0.25% | - |
| HSV(B) | 303.81º | 0.99% | 0.5% | - |
| XYZ | 12.09 | 5.87 | 17.95 | - |
| YUV | 52.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 119 | 0 | 0.99 | 0.06 | 0.50 | 303.81 | 0.98 | 0.25 |
| Hex | 7F | 1 | 77 | 0 | 63 | 6 | 32 | 130 | 62 | 19 |
| Octal | 177 | 1 | 167 | 0 | 143 | 6 | 62 | 460 | 142 | 31 |
| Binary | 1111111 | 1 | 1110111 | 0 | 1100011 | 110 | 110010 | 100110000 | 1100010 | 11001 |
Color Harmonies of #7F0177
Complementary color
Monochromatic Colors of #7F0177
Black with #7F0177
Text Example
Text Example
White with #7F0177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0177; }
p { color: rgb(127,1,119); }
H1.HeaderClassName
{
color: #7F0177;
}
.AnyTagClassName
{
color: #7F0177;
}
</style>
background-color css
<style>
a { background-color: #7F0177; }
a { background-color: rgb(127,1,119); }
div.DivClassName
{
background-color: #7F0177;
}
.BgClassName
{
background-color: #7F0177;
}
</style>
border-color css
<style>
span { border-color: #7F0177; }
span { border-color: rgb(127,1,119); }
td.TdClassName
{
border-color: #7F0177;
}
.TagClassName
{
border-color: #7F0177;
}
</style>