Shades of Purple #7F076E
Tints of Purple #7F076E
RGB
CMYK
RGB Variations
Color information
#7F076E (or 0x7F076E) is known color: Purple. HEX triplet: 7F, 07 and 6E. RGB value is (127,7,110). Sum of RGB (Red+Green+Blue) = 127+7+110=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F076E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F076E is #80F891. Grayscale: #363636. Windows color (decimal): -8452242 or 7210879. OLE color: 7210879.
HSL color Cylindrical-coordinate representation of color #7F076E: hue angle of 308.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 #7F076E is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 7 | 110 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.50 |
| HSL | 308.5º | 0.9% | 0.26% | - |
| HSV(B) | 308.5º | 0.94% | 0.5% | - |
| XYZ | 11.64 | 5.79 | 15.26 | - |
| YUV | 54.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 110 | 0 | 0.94 | 0.13 | 0.50 | 308.5 | 0.9 | 0.26 |
| Hex | 7F | 7 | 6E | 0 | 5E | D | 32 | 134 | 5A | 1A |
| Octal | 177 | 7 | 156 | 0 | 136 | 15 | 62 | 464 | 132 | 32 |
| Binary | 1111111 | 111 | 1101110 | 0 | 1011110 | 1101 | 110010 | 100110100 | 1011010 | 11010 |
Color Harmonies of #7F076E
Complementary color
Monochromatic Colors of #7F076E
Black with #7F076E
Text Example
Text Example
White with #7F076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F076E; }
p { color: rgb(127,7,110); }
H1.HeaderClassName
{
color: #7F076E;
}
.AnyTagClassName
{
color: #7F076E;
}
</style>
background-color css
<style>
a { background-color: #7F076E; }
a { background-color: rgb(127,7,110); }
div.DivClassName
{
background-color: #7F076E;
}
.BgClassName
{
background-color: #7F076E;
}
</style>
border-color css
<style>
span { border-color: #7F076E; }
span { border-color: rgb(127,7,110); }
td.TdClassName
{
border-color: #7F076E;
}
.TagClassName
{
border-color: #7F076E;
}
</style>