Shades of Purple #7F0C7A
Tints of Purple #7F0C7A
RGB
CMYK
RGB Variations
Color information
#7F0C7A (or 0x7F0C7A) is known color: Purple. HEX triplet: 7F, 0C and 7A. RGB value is (127,12,122). Sum of RGB (Red+Green+Blue) = 127+12+122=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0C7A is #80F385. Grayscale: #3A3A3A. Windows color (decimal): -8450950 or 7998591. OLE color: 7998591.
HSL color Cylindrical-coordinate representation of color #7F0C7A: hue angle of 302.61º degrees, saturation: 0.83, 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 #7F0C7A is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 12 | 122 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.50 |
| HSL | 302.61º | 0.83% | 0.27% | - |
| HSV(B) | 302.61º | 0.91% | 0.5% | - |
| XYZ | 12.4 | 6.18 | 18.95 | - |
| YUV | 58.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 122 | 0 | 0.91 | 0.04 | 0.50 | 302.61 | 0.83 | 0.27 |
| Hex | 7F | C | 7A | 0 | 5B | 4 | 32 | 12F | 53 | 1B |
| Octal | 177 | 14 | 172 | 0 | 133 | 4 | 62 | 457 | 123 | 33 |
| Binary | 1111111 | 1100 | 1111010 | 0 | 1011011 | 100 | 110010 | 100101111 | 1010011 | 11011 |
Color Harmonies of #7F0C7A
Complementary color
Monochromatic Colors of #7F0C7A
Black with #7F0C7A
Text Example
Text Example
White with #7F0C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0C7A; }
p { color: rgb(127,12,122); }
H1.HeaderClassName
{
color: #7F0C7A;
}
.AnyTagClassName
{
color: #7F0C7A;
}
</style>
background-color css
<style>
a { background-color: #7F0C7A; }
a { background-color: rgb(127,12,122); }
div.DivClassName
{
background-color: #7F0C7A;
}
.BgClassName
{
background-color: #7F0C7A;
}
</style>
border-color css
<style>
span { border-color: #7F0C7A; }
span { border-color: rgb(127,12,122); }
td.TdClassName
{
border-color: #7F0C7A;
}
.TagClassName
{
border-color: #7F0C7A;
}
</style>