Shades of Purple #7F0B7B
Tints of Purple #7F0B7B
RGB
CMYK
RGB Variations
Color information
#7F0B7B (or 0x7F0B7B) is known color: Purple. HEX triplet: 7F, 0B and 7B. RGB value is (127,11,123). Sum of RGB (Red+Green+Blue) = 127+11+123=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0B7B is #80F484. Grayscale: #3A3A3A. Windows color (decimal): -8451205 or 8063871. OLE color: 8063871.
HSL color Cylindrical-coordinate representation of color #7F0B7B: hue angle of 302.07º 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 #7F0B7B is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 11 | 123 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.50 |
| HSL | 302.07º | 0.84% | 0.27% | - |
| HSV(B) | 302.07º | 0.91% | 0.5% | - |
| XYZ | 12.45 | 6.18 | 19.28 | - |
| YUV | 58.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 123 | 0 | 0.91 | 0.03 | 0.50 | 302.07 | 0.84 | 0.27 |
| Hex | 7F | B | 7B | 0 | 5B | 3 | 32 | 12E | 54 | 1B |
| Octal | 177 | 13 | 173 | 0 | 133 | 3 | 62 | 456 | 124 | 33 |
| Binary | 1111111 | 1011 | 1111011 | 0 | 1011011 | 11 | 110010 | 100101110 | 1010100 | 11011 |
Color Harmonies of #7F0B7B
Complementary color
Monochromatic Colors of #7F0B7B
Black with #7F0B7B
Text Example
Text Example
White with #7F0B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0B7B; }
p { color: rgb(127,11,123); }
H1.HeaderClassName
{
color: #7F0B7B;
}
.AnyTagClassName
{
color: #7F0B7B;
}
</style>
background-color css
<style>
a { background-color: #7F0B7B; }
a { background-color: rgb(127,11,123); }
div.DivClassName
{
background-color: #7F0B7B;
}
.BgClassName
{
background-color: #7F0B7B;
}
</style>
border-color css
<style>
span { border-color: #7F0B7B; }
span { border-color: rgb(127,11,123); }
td.TdClassName
{
border-color: #7F0B7B;
}
.TagClassName
{
border-color: #7F0B7B;
}
</style>