Shades of Purple #7F0B77
Tints of Purple #7F0B77
RGB
CMYK
RGB Variations
Color information
#7F0B77 (or 0x7F0B77) is known color: Purple. HEX triplet: 7F, 0B and 77. RGB value is (127,11,119). Sum of RGB (Red+Green+Blue) = 127+11+119=257 (34% of max value = 765). Red value is 127 (50% from 255 or 49.42% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0B77 is #80F488. Grayscale: #393939. Windows color (decimal): -8451209 or 7801727. OLE color: 7801727.
HSL color Cylindrical-coordinate representation of color #7F0B77: hue angle of 304.14º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0B77 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 11 | 119 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.50 |
| HSL | 304.14º | 0.84% | 0.27% | - |
| HSV(B) | 304.14º | 0.91% | 0.5% | - |
| XYZ | 12.2 | 6.08 | 17.98 | - |
| YUV | 58 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 119 | 0 | 0.91 | 0.06 | 0.50 | 304.14 | 0.84 | 0.27 |
| Hex | 7F | B | 77 | 0 | 5B | 6 | 32 | 130 | 54 | 1B |
| Octal | 177 | 13 | 167 | 0 | 133 | 6 | 62 | 460 | 124 | 33 |
| Binary | 1111111 | 1011 | 1110111 | 0 | 1011011 | 110 | 110010 | 100110000 | 1010100 | 11011 |
Color Harmonies of #7F0B77
Complementary color
Monochromatic Colors of #7F0B77
Black with #7F0B77
Text Example
Text Example
White with #7F0B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0B77; }
p { color: rgb(127,11,119); }
H1.HeaderClassName
{
color: #7F0B77;
}
.AnyTagClassName
{
color: #7F0B77;
}
</style>
background-color css
<style>
a { background-color: #7F0B77; }
a { background-color: rgb(127,11,119); }
div.DivClassName
{
background-color: #7F0B77;
}
.BgClassName
{
background-color: #7F0B77;
}
</style>
border-color css
<style>
span { border-color: #7F0B77; }
span { border-color: rgb(127,11,119); }
td.TdClassName
{
border-color: #7F0B77;
}
.TagClassName
{
border-color: #7F0B77;
}
</style>