Shades of Purple #7F076A
Tints of Purple #7F076A
RGB
CMYK
RGB Variations
Color information
#7F076A (or 0x7F076A) is known color: Purple. HEX triplet: 7F, 07 and 6A. RGB value is (127,7,106). Sum of RGB (Red+Green+Blue) = 127+7+106=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F076A is #80F895. Grayscale: #353535. Windows color (decimal): -8452246 or 6948735. OLE color: 6948735.
HSL color Cylindrical-coordinate representation of color #7F076A: hue angle of 310.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 #7F076A is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 7 | 106 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.50 |
| HSL | 310.5º | 0.9% | 0.26% | - |
| HSV(B) | 310.5º | 0.94% | 0.5% | - |
| XYZ | 11.43 | 5.7 | 14.13 | - |
| YUV | 54.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 106 | 0 | 0.94 | 0.17 | 0.50 | 310.5 | 0.9 | 0.26 |
| Hex | 7F | 7 | 6A | 0 | 5E | 11 | 32 | 136 | 5A | 1A |
| Octal | 177 | 7 | 152 | 0 | 136 | 21 | 62 | 466 | 132 | 32 |
| Binary | 1111111 | 111 | 1101010 | 0 | 1011110 | 10001 | 110010 | 100110110 | 1011010 | 11010 |
Color Harmonies of #7F076A
Complementary color
Monochromatic Colors of #7F076A
Black with #7F076A
Text Example
Text Example
White with #7F076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F076A; }
p { color: rgb(127,7,106); }
H1.HeaderClassName
{
color: #7F076A;
}
.AnyTagClassName
{
color: #7F076A;
}
</style>
background-color css
<style>
a { background-color: #7F076A; }
a { background-color: rgb(127,7,106); }
div.DivClassName
{
background-color: #7F076A;
}
.BgClassName
{
background-color: #7F076A;
}
</style>
border-color css
<style>
span { border-color: #7F076A; }
span { border-color: rgb(127,7,106); }
td.TdClassName
{
border-color: #7F076A;
}
.TagClassName
{
border-color: #7F076A;
}
</style>