Shades of Purple #76056C
Tints of Purple #76056C
RGB
CMYK
RGB Variations
Color information
#76056C (or 0x76056C) is known color: Purple. HEX triplet: 76, 05 and 6C. RGB value is (118,5,108). Sum of RGB (Red+Green+Blue) = 118+5+108=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76056C is #89FA93. Grayscale: #323232. Windows color (decimal): -9042580 or 7079286. OLE color: 7079286.
HSL color Cylindrical-coordinate representation of color #76056C: hue angle of 305.31º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76056C is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 5 | 108 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.54 |
| HSL | 305.31º | 0.92% | 0.24% | - |
| HSV(B) | 305.31º | 0.96% | 0.46% | - |
| XYZ | 10.23 | 5.04 | 14.62 | - |
| YUV | 50.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 108 | 0 | 0.96 | 0.08 | 0.54 | 305.31 | 0.92 | 0.24 |
| Hex | 76 | 5 | 6C | 0 | 60 | 8 | 36 | 131 | 5C | 18 |
| Octal | 166 | 5 | 154 | 0 | 140 | 10 | 66 | 461 | 134 | 30 |
| Binary | 1110110 | 101 | 1101100 | 0 | 1100000 | 1000 | 110110 | 100110001 | 1011100 | 11000 |
Color Harmonies of #76056C
Complementary color
Monochromatic Colors of #76056C
Black with #76056C
Text Example
Text Example
White with #76056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76056C; }
p { color: rgb(118,5,108); }
H1.HeaderClassName
{
color: #76056C;
}
.AnyTagClassName
{
color: #76056C;
}
</style>
background-color css
<style>
a { background-color: #76056C; }
a { background-color: rgb(118,5,108); }
div.DivClassName
{
background-color: #76056C;
}
.BgClassName
{
background-color: #76056C;
}
</style>
border-color css
<style>
span { border-color: #76056C; }
span { border-color: rgb(118,5,108); }
td.TdClassName
{
border-color: #76056C;
}
.TagClassName
{
border-color: #76056C;
}
</style>