Shades of Purple #76167C
Tints of Purple #76167C
RGB
CMYK
RGB Variations
Color information
#76167C (or 0x76167C) is known color: Purple. HEX triplet: 76, 16 and 7C. RGB value is (118,22,124). Sum of RGB (Red+Green+Blue) = 118+22+124=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #76167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76167C is #89E983. Grayscale: #3E3E3E. Windows color (decimal): -9038212 or 8132214. OLE color: 8132214.
HSL color Cylindrical-coordinate representation of color #76167C: hue angle of 296.47º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76167C is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 22 | 124 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.51 |
| HSL | 296.47º | 0.7% | 0.29% | - |
| HSV(B) | 296.47º | 0.82% | 0.49% | - |
| XYZ | 11.4 | 5.88 | 19.6 | - |
| YUV | 62.33 | 162.8 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 124 | 0.05 | 0.82 | 0 | 0.51 | 296.47 | 0.7 | 0.29 |
| Hex | 76 | 16 | 7C | 5 | 52 | 0 | 33 | 128 | 46 | 1D |
| Octal | 166 | 26 | 174 | 5 | 122 | 0 | 63 | 450 | 106 | 35 |
| Binary | 1110110 | 10110 | 1111100 | 101 | 1010010 | 0 | 110011 | 100101000 | 1000110 | 11101 |
Color Harmonies of #76167C
Complementary color
Monochromatic Colors of #76167C
Black with #76167C
Text Example
Text Example
White with #76167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76167C; }
p { color: rgb(118,22,124); }
H1.HeaderClassName
{
color: #76167C;
}
.AnyTagClassName
{
color: #76167C;
}
</style>
background-color css
<style>
a { background-color: #76167C; }
a { background-color: rgb(118,22,124); }
div.DivClassName
{
background-color: #76167C;
}
.BgClassName
{
background-color: #76167C;
}
</style>
border-color css
<style>
span { border-color: #76167C; }
span { border-color: rgb(118,22,124); }
td.TdClassName
{
border-color: #76167C;
}
.TagClassName
{
border-color: #76167C;
}
</style>