Shades of Purple #7F0275
Tints of Purple #7F0275
RGB
CMYK
RGB Variations
Color information
#7F0275 (or 0x7F0275) is known color: Purple. HEX triplet: 7F, 02 and 75. RGB value is (127,2,117). Sum of RGB (Red+Green+Blue) = 127+2+117=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0275 is #80FD8A. Grayscale: #343434. Windows color (decimal): -8453515 or 7668351. OLE color: 7668351.
HSL color Cylindrical-coordinate representation of color #7F0275: hue angle of 304.8º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F0275 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 2 | 117 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.50 |
| HSL | 304.8º | 0.97% | 0.25% | - |
| HSV(B) | 304.8º | 0.98% | 0.5% | - |
| XYZ | 11.98 | 5.84 | 17.33 | - |
| YUV | 52.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 117 | 0 | 0.98 | 0.08 | 0.50 | 304.8 | 0.97 | 0.25 |
| Hex | 7F | 2 | 75 | 0 | 62 | 8 | 32 | 131 | 61 | 19 |
| Octal | 177 | 2 | 165 | 0 | 142 | 10 | 62 | 461 | 141 | 31 |
| Binary | 1111111 | 10 | 1110101 | 0 | 1100010 | 1000 | 110010 | 100110001 | 1100001 | 11001 |
Color Harmonies of #7F0275
Complementary color
Monochromatic Colors of #7F0275
Black with #7F0275
Text Example
Text Example
White with #7F0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0275; }
p { color: rgb(127,2,117); }
H1.HeaderClassName
{
color: #7F0275;
}
.AnyTagClassName
{
color: #7F0275;
}
</style>
background-color css
<style>
a { background-color: #7F0275; }
a { background-color: rgb(127,2,117); }
div.DivClassName
{
background-color: #7F0275;
}
.BgClassName
{
background-color: #7F0275;
}
</style>
border-color css
<style>
span { border-color: #7F0275; }
span { border-color: rgb(127,2,117); }
td.TdClassName
{
border-color: #7F0275;
}
.TagClassName
{
border-color: #7F0275;
}
</style>