Shades of Purple #76007E
Tints of Purple #76007E
RGB
CMYK
RGB Variations
Color information
#76007E (or 0x76007E) is known color: Purple. HEX triplet: 76, 00 and 7E. RGB value is (118,0,126). Sum of RGB (Red+Green+Blue) = 118+0+126=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #76007E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76007E is #89FF81. Grayscale: #313131. Windows color (decimal): -9043842 or 8257654. OLE color: 8257654.
HSL color Cylindrical-coordinate representation of color #76007E: hue angle of 296.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76007E is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 0 | 126 | - |
| CMYK | 0.06 | 1 | 0 | 0.51 |
| HSL | 296.19º | 1% | 0.25% | - |
| HSV(B) | 296.19º | 1% | 0.49% | - |
| XYZ | 11.24 | 5.36 | 20.18 | - |
| YUV | 49.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 126 | 0.06 | 1 | 0 | 0.51 | 296.19 | 1 | 0.25 |
| Hex | 76 | 0 | 7E | 6 | 64 | 0 | 33 | 128 | 64 | 19 |
| Octal | 166 | 0 | 176 | 6 | 144 | 0 | 63 | 450 | 144 | 31 |
| Binary | 1110110 | 0 | 1111110 | 110 | 1100100 | 0 | 110011 | 100101000 | 1100100 | 11001 |
Color Harmonies of #76007E
Complementary color
Monochromatic Colors of #76007E
Black with #76007E
Text Example
Text Example
White with #76007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76007E; }
p { color: rgb(118,0,126); }
H1.HeaderClassName
{
color: #76007E;
}
.AnyTagClassName
{
color: #76007E;
}
</style>
background-color css
<style>
a { background-color: #76007E; }
a { background-color: rgb(118,0,126); }
div.DivClassName
{
background-color: #76007E;
}
.BgClassName
{
background-color: #76007E;
}
</style>
border-color css
<style>
span { border-color: #76007E; }
span { border-color: rgb(118,0,126); }
td.TdClassName
{
border-color: #76007E;
}
.TagClassName
{
border-color: #76007E;
}
</style>