Shades of Purple #7F0C7B
Tints of Purple #7F0C7B
RGB
CMYK
RGB Variations
Color information
#7F0C7B (or 0x7F0C7B) is known color: Purple. HEX triplet: 7F, 0C and 7B. RGB value is (127,12,123). Sum of RGB (Red+Green+Blue) = 127+12+123=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0C7B is #80F384. Grayscale: #3A3A3A. Windows color (decimal): -8450949 or 8064127. OLE color: 8064127.
HSL color Cylindrical-coordinate representation of color #7F0C7B: hue angle of 302.09º 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 #7F0C7B is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 12 | 123 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.50 |
| HSL | 302.09º | 0.83% | 0.27% | - |
| HSV(B) | 302.09º | 0.91% | 0.5% | - |
| XYZ | 12.46 | 6.21 | 19.28 | - |
| YUV | 59.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 123 | 0 | 0.91 | 0.03 | 0.50 | 302.09 | 0.83 | 0.27 |
| Hex | 7F | C | 7B | 0 | 5B | 3 | 32 | 12E | 53 | 1B |
| Octal | 177 | 14 | 173 | 0 | 133 | 3 | 62 | 456 | 123 | 33 |
| Binary | 1111111 | 1100 | 1111011 | 0 | 1011011 | 11 | 110010 | 100101110 | 1010011 | 11011 |
Color Harmonies of #7F0C7B
Complementary color
Monochromatic Colors of #7F0C7B
Black with #7F0C7B
Text Example
Text Example
White with #7F0C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0C7B; }
p { color: rgb(127,12,123); }
H1.HeaderClassName
{
color: #7F0C7B;
}
.AnyTagClassName
{
color: #7F0C7B;
}
</style>
background-color css
<style>
a { background-color: #7F0C7B; }
a { background-color: rgb(127,12,123); }
div.DivClassName
{
background-color: #7F0C7B;
}
.BgClassName
{
background-color: #7F0C7B;
}
</style>
border-color css
<style>
span { border-color: #7F0C7B; }
span { border-color: rgb(127,12,123); }
td.TdClassName
{
border-color: #7F0C7B;
}
.TagClassName
{
border-color: #7F0C7B;
}
</style>