Shades of Purple #76007F
Tints of Purple #76007F
RGB
CMYK
RGB Variations
Color information
#76007F (or 0x76007F) is known color: Purple. HEX triplet: 76, 00 and 7F. RGB value is (118,0,127). Sum of RGB (Red+Green+Blue) = 118+0+127=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #76007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76007F is #89FF80. Grayscale: #313131. Windows color (decimal): -9043841 or 8323190. OLE color: 8323190.
HSL color Cylindrical-coordinate representation of color #76007F: hue angle of 295.75º 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 #76007F is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 0 | 127 | - |
| CMYK | 0.07 | 1 | 0 | 0.50 |
| HSL | 295.75º | 1% | 0.25% | - |
| HSV(B) | 295.75º | 1% | 0.5% | - |
| XYZ | 11.3 | 5.38 | 20.52 | - |
| YUV | 49.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 127 | 0.07 | 1 | 0 | 0.50 | 295.75 | 1 | 0.25 |
| Hex | 76 | 0 | 7F | 7 | 64 | 0 | 32 | 128 | 64 | 19 |
| Octal | 166 | 0 | 177 | 7 | 144 | 0 | 62 | 450 | 144 | 31 |
| Binary | 1110110 | 0 | 1111111 | 111 | 1100100 | 0 | 110010 | 100101000 | 1100100 | 11001 |
Color Harmonies of #76007F
Complementary color
Monochromatic Colors of #76007F
Black with #76007F
Text Example
Text Example
White with #76007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76007F; }
p { color: rgb(118,0,127); }
H1.HeaderClassName
{
color: #76007F;
}
.AnyTagClassName
{
color: #76007F;
}
</style>
background-color css
<style>
a { background-color: #76007F; }
a { background-color: rgb(118,0,127); }
div.DivClassName
{
background-color: #76007F;
}
.BgClassName
{
background-color: #76007F;
}
</style>
border-color css
<style>
span { border-color: #76007F; }
span { border-color: rgb(118,0,127); }
td.TdClassName
{
border-color: #76007F;
}
.TagClassName
{
border-color: #76007F;
}
</style>