Shades of Purple #7F0577
Tints of Purple #7F0577
RGB
CMYK
RGB Variations
Color information
#7F0577 (or 0x7F0577) is known color: Purple. HEX triplet: 7F, 05 and 77. RGB value is (127,5,119). Sum of RGB (Red+Green+Blue) = 127+5+119=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0577 is #80FA88. Grayscale: #363636. Windows color (decimal): -8452745 or 7800191. OLE color: 7800191.
HSL color Cylindrical-coordinate representation of color #7F0577: hue angle of 303.93º 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 #7F0577 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 119 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.50 |
| HSL | 303.93º | 0.92% | 0.26% | - |
| HSV(B) | 303.93º | 0.96% | 0.5% | - |
| XYZ | 12.14 | 5.95 | 17.96 | - |
| YUV | 54.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 119 | 0 | 0.96 | 0.06 | 0.50 | 303.93 | 0.92 | 0.26 |
| Hex | 7F | 5 | 77 | 0 | 60 | 6 | 32 | 130 | 5C | 1A |
| Octal | 177 | 5 | 167 | 0 | 140 | 6 | 62 | 460 | 134 | 32 |
| Binary | 1111111 | 101 | 1110111 | 0 | 1100000 | 110 | 110010 | 100110000 | 1011100 | 11010 |
Color Harmonies of #7F0577
Complementary color
Monochromatic Colors of #7F0577
Black with #7F0577
Text Example
Text Example
White with #7F0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0577; }
p { color: rgb(127,5,119); }
H1.HeaderClassName
{
color: #7F0577;
}
.AnyTagClassName
{
color: #7F0577;
}
</style>
background-color css
<style>
a { background-color: #7F0577; }
a { background-color: rgb(127,5,119); }
div.DivClassName
{
background-color: #7F0577;
}
.BgClassName
{
background-color: #7F0577;
}
</style>
border-color css
<style>
span { border-color: #7F0577; }
span { border-color: rgb(127,5,119); }
td.TdClassName
{
border-color: #7F0577;
}
.TagClassName
{
border-color: #7F0577;
}
</style>