Shades of Purple #76007A
Tints of Purple #76007A
RGB
CMYK
RGB Variations
Color information
#76007A (or 0x76007A) is known color: Purple. HEX triplet: 76, 00 and 7A. RGB value is (118,0,122). Sum of RGB (Red+Green+Blue) = 118+0+122=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #76007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76007A is #89FF85. Grayscale: #303030. Windows color (decimal): -9043846 or 7995510. OLE color: 7995510.
HSL color Cylindrical-coordinate representation of color #76007A: hue angle of 298.03º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76007A is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 0 | 122 | - |
| CMYK | 0.03 | 1 | 0 | 0.52 |
| HSL | 298.03º | 1% | 0.24% | - |
| HSV(B) | 298.03º | 1% | 0.48% | - |
| XYZ | 10.98 | 5.26 | 18.85 | - |
| YUV | 49.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 122 | 0.03 | 1 | 0 | 0.52 | 298.03 | 1 | 0.24 |
| Hex | 76 | 0 | 7A | 3 | 64 | 0 | 34 | 12A | 64 | 18 |
| Octal | 166 | 0 | 172 | 3 | 144 | 0 | 64 | 452 | 144 | 30 |
| Binary | 1110110 | 0 | 1111010 | 11 | 1100100 | 0 | 110100 | 100101010 | 1100100 | 11000 |
Color Harmonies of #76007A
Complementary color
Monochromatic Colors of #76007A
Black with #76007A
Text Example
Text Example
White with #76007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76007A; }
p { color: rgb(118,0,122); }
H1.HeaderClassName
{
color: #76007A;
}
.AnyTagClassName
{
color: #76007A;
}
</style>
background-color css
<style>
a { background-color: #76007A; }
a { background-color: rgb(118,0,122); }
div.DivClassName
{
background-color: #76007A;
}
.BgClassName
{
background-color: #76007A;
}
</style>
border-color css
<style>
span { border-color: #76007A; }
span { border-color: rgb(118,0,122); }
td.TdClassName
{
border-color: #76007A;
}
.TagClassName
{
border-color: #76007A;
}
</style>