Shades of Purple #7F077C
Tints of Purple #7F077C
RGB
CMYK
RGB Variations
Color information
#7F077C (or 0x7F077C) is known color: Purple. HEX triplet: 7F, 07 and 7C. RGB value is (127,7,124). Sum of RGB (Red+Green+Blue) = 127+7+124=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F077C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F077C is #80F883. Grayscale: #373737. Windows color (decimal): -8452228 or 8128383. OLE color: 8128383.
HSL color Cylindrical-coordinate representation of color #7F077C: hue angle of 301.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F077C is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 7 | 124 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.50 |
| HSL | 301.5º | 0.9% | 0.26% | - |
| HSV(B) | 301.5º | 0.94% | 0.5% | - |
| XYZ | 12.47 | 6.12 | 19.59 | - |
| YUV | 56.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 124 | 0 | 0.94 | 0.02 | 0.50 | 301.5 | 0.9 | 0.26 |
| Hex | 7F | 7 | 7C | 0 | 5E | 2 | 32 | 12E | 5A | 1A |
| Octal | 177 | 7 | 174 | 0 | 136 | 2 | 62 | 456 | 132 | 32 |
| Binary | 1111111 | 111 | 1111100 | 0 | 1011110 | 10 | 110010 | 100101110 | 1011010 | 11010 |
Color Harmonies of #7F077C
Complementary color
Monochromatic Colors of #7F077C
Black with #7F077C
Text Example
Text Example
White with #7F077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F077C; }
p { color: rgb(127,7,124); }
H1.HeaderClassName
{
color: #7F077C;
}
.AnyTagClassName
{
color: #7F077C;
}
</style>
background-color css
<style>
a { background-color: #7F077C; }
a { background-color: rgb(127,7,124); }
div.DivClassName
{
background-color: #7F077C;
}
.BgClassName
{
background-color: #7F077C;
}
</style>
border-color css
<style>
span { border-color: #7F077C; }
span { border-color: rgb(127,7,124); }
td.TdClassName
{
border-color: #7F077C;
}
.TagClassName
{
border-color: #7F077C;
}
</style>