Shades of Purple #7F0078
Tints of Purple #7F0078
RGB
CMYK
RGB Variations
Color information
#7F0078 (or 0x7F0078) is known color: Purple. HEX triplet: 7F, 00 and 78. RGB value is (127,0,120). Sum of RGB (Red+Green+Blue) = 127+0+120=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0078 is #80FF87. Grayscale: #333333. Windows color (decimal): -8454024 or 7864447. OLE color: 7864447.
HSL color Cylindrical-coordinate representation of color #7F0078: hue angle of 303.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F0078 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.06 | 0.50 |
| HSL | 303.31º | 1% | 0.25% | - |
| HSV(B) | 303.31º | 1% | 0.5% | - |
| XYZ | 12.14 | 5.87 | 18.26 | - |
| YUV | 51.65 | 166.58 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 120 | 0 | 1 | 0.06 | 0.50 | 303.31 | 1 | 0.25 |
| Hex | 7F | 0 | 78 | 0 | 64 | 6 | 32 | 12F | 64 | 19 |
| Octal | 177 | 0 | 170 | 0 | 144 | 6 | 62 | 457 | 144 | 31 |
| Binary | 1111111 | 0 | 1111000 | 0 | 1100100 | 110 | 110010 | 100101111 | 1100100 | 11001 |
Color Harmonies of #7F0078
Complementary color
Monochromatic Colors of #7F0078
Black with #7F0078
Text Example
Text Example
White with #7F0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0078; }
p { color: rgb(127,0,120); }
H1.HeaderClassName
{
color: #7F0078;
}
.AnyTagClassName
{
color: #7F0078;
}
</style>
background-color css
<style>
a { background-color: #7F0078; }
a { background-color: rgb(127,0,120); }
div.DivClassName
{
background-color: #7F0078;
}
.BgClassName
{
background-color: #7F0078;
}
</style>
border-color css
<style>
span { border-color: #7F0078; }
span { border-color: rgb(127,0,120); }
td.TdClassName
{
border-color: #7F0078;
}
.TagClassName
{
border-color: #7F0078;
}
</style>