Shades of Purple #7F0479
Tints of Purple #7F0479
RGB
CMYK
RGB Variations
Color information
#7F0479 (or 0x7F0479) is known color: Purple. HEX triplet: 7F, 04 and 79. RGB value is (127,4,121). Sum of RGB (Red+Green+Blue) = 127+4+121=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0479 is #80FB86. Grayscale: #353535. Windows color (decimal): -8452999 or 7931007. OLE color: 7931007.
HSL color Cylindrical-coordinate representation of color #7F0479: hue angle of 302.93º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F0479 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 4 | 121 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.50 |
| HSL | 302.93º | 0.94% | 0.26% | - |
| HSV(B) | 302.93º | 0.97% | 0.5% | - |
| XYZ | 12.25 | 5.98 | 18.6 | - |
| YUV | 54.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 4 | 121 | 0 | 0.97 | 0.05 | 0.50 | 302.93 | 0.94 | 0.26 |
| Hex | 7F | 4 | 79 | 0 | 61 | 5 | 32 | 12F | 5E | 1A |
| Octal | 177 | 4 | 171 | 0 | 141 | 5 | 62 | 457 | 136 | 32 |
| Binary | 1111111 | 100 | 1111001 | 0 | 1100001 | 101 | 110010 | 100101111 | 1011110 | 11010 |
Color Harmonies of #7F0479
Complementary color
Monochromatic Colors of #7F0479
Black with #7F0479
Text Example
Text Example
White with #7F0479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0479; }
p { color: rgb(127,4,121); }
H1.HeaderClassName
{
color: #7F0479;
}
.AnyTagClassName
{
color: #7F0479;
}
</style>
background-color css
<style>
a { background-color: #7F0479; }
a { background-color: rgb(127,4,121); }
div.DivClassName
{
background-color: #7F0479;
}
.BgClassName
{
background-color: #7F0479;
}
</style>
border-color css
<style>
span { border-color: #7F0479; }
span { border-color: rgb(127,4,121); }
td.TdClassName
{
border-color: #7F0479;
}
.TagClassName
{
border-color: #7F0479;
}
</style>