Shades of Purple #7F087F
Tints of Purple #7F087F
RGB
CMYK
RGB Variations
Color information
#7F087F (or 0x7F087F) is known color: Purple. HEX triplet: 7F, 08 and 7F. RGB value is (127,8,127). Sum of RGB (Red+Green+Blue) = 127+8+127=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: red, blue. Hex color #7F087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F087F is #80F780. Grayscale: #383838. Windows color (decimal): -8451969 or 8325247. OLE color: 8325247.
HSL color Cylindrical-coordinate representation of color #7F087F: hue angle of 300º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F087F is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 8 | 127 | - |
| CMYK | 0 | 0.94 | 0 | 0.50 |
| HSL | 300º | 0.88% | 0.26% | - |
| HSV(B) | 300º | 0.94% | 0.5% | - |
| XYZ | 12.67 | 6.22 | 20.61 | - |
| YUV | 57.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 127 | 0 | 0.94 | 0 | 0.50 | 300 | 0.88 | 0.26 |
| Hex | 7F | 8 | 7F | 0 | 5E | 0 | 32 | 12C | 58 | 1A |
| Octal | 177 | 10 | 177 | 0 | 136 | 0 | 62 | 454 | 130 | 32 |
| Binary | 1111111 | 1000 | 1111111 | 0 | 1011110 | 0 | 110010 | 100101100 | 1011000 | 11010 |
Color Harmonies of #7F087F
Complementary color
Monochromatic Colors of #7F087F
Black with #7F087F
Text Example
Text Example
White with #7F087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F087F; }
p { color: rgb(127,8,127); }
H1.HeaderClassName
{
color: #7F087F;
}
.AnyTagClassName
{
color: #7F087F;
}
</style>
background-color css
<style>
a { background-color: #7F087F; }
a { background-color: rgb(127,8,127); }
div.DivClassName
{
background-color: #7F087F;
}
.BgClassName
{
background-color: #7F087F;
}
</style>
border-color css
<style>
span { border-color: #7F087F; }
span { border-color: rgb(127,8,127); }
td.TdClassName
{
border-color: #7F087F;
}
.TagClassName
{
border-color: #7F087F;
}
</style>