Shades of Purple #76076C
Tints of Purple #76076C
RGB
CMYK
RGB Variations
Color information
#76076C (or 0x76076C) is known color: Purple. HEX triplet: 76, 07 and 6C. RGB value is (118,7,108). Sum of RGB (Red+Green+Blue) = 118+7+108=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76076C is #89F893. Grayscale: #333333. Windows color (decimal): -9042068 or 7079798. OLE color: 7079798.
HSL color Cylindrical-coordinate representation of color #76076C: hue angle of 305.41º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76076C is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 108 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.54 |
| HSL | 305.41º | 0.89% | 0.25% | - |
| HSV(B) | 305.41º | 0.94% | 0.46% | - |
| XYZ | 10.25 | 5.09 | 14.63 | - |
| YUV | 51.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 108 | 0 | 0.94 | 0.08 | 0.54 | 305.41 | 0.89 | 0.25 |
| Hex | 76 | 7 | 6C | 0 | 5E | 8 | 36 | 131 | 59 | 19 |
| Octal | 166 | 7 | 154 | 0 | 136 | 10 | 66 | 461 | 131 | 31 |
| Binary | 1110110 | 111 | 1101100 | 0 | 1011110 | 1000 | 110110 | 100110001 | 1011001 | 11001 |
Color Harmonies of #76076C
Complementary color
Monochromatic Colors of #76076C
Black with #76076C
Text Example
Text Example
White with #76076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76076C; }
p { color: rgb(118,7,108); }
H1.HeaderClassName
{
color: #76076C;
}
.AnyTagClassName
{
color: #76076C;
}
</style>
background-color css
<style>
a { background-color: #76076C; }
a { background-color: rgb(118,7,108); }
div.DivClassName
{
background-color: #76076C;
}
.BgClassName
{
background-color: #76076C;
}
</style>
border-color css
<style>
span { border-color: #76076C; }
span { border-color: rgb(118,7,108); }
td.TdClassName
{
border-color: #76076C;
}
.TagClassName
{
border-color: #76076C;
}
</style>