Shades of Purple #7F0C7E
Tints of Purple #7F0C7E
RGB
CMYK
RGB Variations
Color information
#7F0C7E (or 0x7F0C7E) is known color: Purple. HEX triplet: 7F, 0C and 7E. RGB value is (127,12,126). Sum of RGB (Red+Green+Blue) = 127+12+126=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0C7E is #80F381. Grayscale: #3B3B3B. Windows color (decimal): -8450946 or 8260735. OLE color: 8260735.
HSL color Cylindrical-coordinate representation of color #7F0C7E: hue angle of 300.52º 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 #7F0C7E is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 12 | 126 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.50 |
| HSL | 300.52º | 0.83% | 0.27% | - |
| HSV(B) | 300.52º | 0.91% | 0.5% | - |
| XYZ | 12.65 | 6.28 | 20.28 | - |
| YUV | 59.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 126 | 0 | 0.91 | 0.01 | 0.50 | 300.52 | 0.83 | 0.27 |
| Hex | 7F | C | 7E | 0 | 5B | 1 | 32 | 12D | 53 | 1B |
| Octal | 177 | 14 | 176 | 0 | 133 | 1 | 62 | 455 | 123 | 33 |
| Binary | 1111111 | 1100 | 1111110 | 0 | 1011011 | 1 | 110010 | 100101101 | 1010011 | 11011 |
Color Harmonies of #7F0C7E
Complementary color
Monochromatic Colors of #7F0C7E
Black with #7F0C7E
Text Example
Text Example
White with #7F0C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0C7E; }
p { color: rgb(127,12,126); }
H1.HeaderClassName
{
color: #7F0C7E;
}
.AnyTagClassName
{
color: #7F0C7E;
}
</style>
background-color css
<style>
a { background-color: #7F0C7E; }
a { background-color: rgb(127,12,126); }
div.DivClassName
{
background-color: #7F0C7E;
}
.BgClassName
{
background-color: #7F0C7E;
}
</style>
border-color css
<style>
span { border-color: #7F0C7E; }
span { border-color: rgb(127,12,126); }
td.TdClassName
{
border-color: #7F0C7E;
}
.TagClassName
{
border-color: #7F0C7E;
}
</style>