Shades of Purple #7F0F85
Tints of Purple #7F0F85
RGB
CMYK
RGB Variations
Color information
#7F0F85 (or 0x7F0F85) is known color: Purple. HEX triplet: 7F, 0F and 85. RGB value is (127,15,133). Sum of RGB (Red+Green+Blue) = 127+15+133=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #7F0F85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0F85 is #80F07A. Grayscale: #3D3D3D. Windows color (decimal): -8450171 or 8720255. OLE color: 8720255.
HSL color Cylindrical-coordinate representation of color #7F0F85: hue angle of 296.95º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F0F85 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 15 | 133 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.48 |
| HSL | 296.95º | 0.8% | 0.29% | - |
| HSV(B) | 296.95º | 0.89% | 0.52% | - |
| XYZ | 13.16 | 6.55 | 22.76 | - |
| YUV | 61.94 | 168.11 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 15 | 133 | 0.05 | 0.89 | 0 | 0.48 | 296.95 | 0.8 | 0.29 |
| Hex | 7F | F | 85 | 5 | 59 | 0 | 30 | 129 | 50 | 1D |
| Octal | 177 | 17 | 205 | 5 | 131 | 0 | 60 | 451 | 120 | 35 |
| Binary | 1111111 | 1111 | 10000101 | 101 | 1011001 | 0 | 110000 | 100101001 | 1010000 | 11101 |
Color Harmonies of #7F0F85
Complementary color
Monochromatic Colors of #7F0F85
Black with #7F0F85
Text Example
Text Example
White with #7F0F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0F85; }
p { color: rgb(127,15,133); }
H1.HeaderClassName
{
color: #7F0F85;
}
.AnyTagClassName
{
color: #7F0F85;
}
</style>
background-color css
<style>
a { background-color: #7F0F85; }
a { background-color: rgb(127,15,133); }
div.DivClassName
{
background-color: #7F0F85;
}
.BgClassName
{
background-color: #7F0F85;
}
</style>
border-color css
<style>
span { border-color: #7F0F85; }
span { border-color: rgb(127,15,133); }
td.TdClassName
{
border-color: #7F0F85;
}
.TagClassName
{
border-color: #7F0F85;
}
</style>