Shades of Purple #7F056F
Tints of Purple #7F056F
RGB
CMYK
RGB Variations
Color information
#7F056F (or 0x7F056F) is known color: Purple. HEX triplet: 7F, 05 and 6F. RGB value is (127,5,111). Sum of RGB (Red+Green+Blue) = 127+5+111=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F056F is #80FA90. Grayscale: #353535. Windows color (decimal): -8452753 or 7275903. OLE color: 7275903.
HSL color Cylindrical-coordinate representation of color #7F056F: hue angle of 307.87º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F056F is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 111 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.50 |
| HSL | 307.87º | 0.92% | 0.26% | - |
| HSV(B) | 307.87º | 0.96% | 0.5% | - |
| XYZ | 11.68 | 5.77 | 15.54 | - |
| YUV | 53.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 111 | 0 | 0.96 | 0.13 | 0.50 | 307.87 | 0.92 | 0.26 |
| Hex | 7F | 5 | 6F | 0 | 60 | D | 32 | 134 | 5C | 1A |
| Octal | 177 | 5 | 157 | 0 | 140 | 15 | 62 | 464 | 134 | 32 |
| Binary | 1111111 | 101 | 1101111 | 0 | 1100000 | 1101 | 110010 | 100110100 | 1011100 | 11010 |
Color Harmonies of #7F056F
Complementary color
Monochromatic Colors of #7F056F
Black with #7F056F
Text Example
Text Example
White with #7F056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F056F; }
p { color: rgb(127,5,111); }
H1.HeaderClassName
{
color: #7F056F;
}
.AnyTagClassName
{
color: #7F056F;
}
</style>
background-color css
<style>
a { background-color: #7F056F; }
a { background-color: rgb(127,5,111); }
div.DivClassName
{
background-color: #7F056F;
}
.BgClassName
{
background-color: #7F056F;
}
</style>
border-color css
<style>
span { border-color: #7F056F; }
span { border-color: rgb(127,5,111); }
td.TdClassName
{
border-color: #7F056F;
}
.TagClassName
{
border-color: #7F056F;
}
</style>