Shades of Purple #76067E
Tints of Purple #76067E
RGB
CMYK
RGB Variations
Color information
#76067E (or 0x76067E) is known color: Purple. HEX triplet: 76, 06 and 7E. RGB value is (118,6,126). Sum of RGB (Red+Green+Blue) = 118+6+126=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #76067E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76067E is #89F981. Grayscale: #343434. Windows color (decimal): -9042306 or 8259190. OLE color: 8259190.
HSL color Cylindrical-coordinate representation of color #76067E: hue angle of 296º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76067E is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 6 | 126 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.51 |
| HSL | 296º | 0.91% | 0.26% | - |
| HSV(B) | 296º | 0.95% | 0.49% | - |
| XYZ | 11.3 | 5.49 | 20.2 | - |
| YUV | 53.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 6 | 126 | 0.06 | 0.95 | 0 | 0.51 | 296 | 0.91 | 0.26 |
| Hex | 76 | 6 | 7E | 6 | 5F | 0 | 33 | 128 | 5B | 1A |
| Octal | 166 | 6 | 176 | 6 | 137 | 0 | 63 | 450 | 133 | 32 |
| Binary | 1110110 | 110 | 1111110 | 110 | 1011111 | 0 | 110011 | 100101000 | 1011011 | 11010 |
Color Harmonies of #76067E
Complementary color
Monochromatic Colors of #76067E
Black with #76067E
Text Example
Text Example
White with #76067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76067E; }
p { color: rgb(118,6,126); }
H1.HeaderClassName
{
color: #76067E;
}
.AnyTagClassName
{
color: #76067E;
}
</style>
background-color css
<style>
a { background-color: #76067E; }
a { background-color: rgb(118,6,126); }
div.DivClassName
{
background-color: #76067E;
}
.BgClassName
{
background-color: #76067E;
}
</style>
border-color css
<style>
span { border-color: #76067E; }
span { border-color: rgb(118,6,126); }
td.TdClassName
{
border-color: #76067E;
}
.TagClassName
{
border-color: #76067E;
}
</style>