Shades of Purple #76056E
Tints of Purple #76056E
RGB
CMYK
RGB Variations
Color information
#76056E (or 0x76056E) is known color: Purple. HEX triplet: 76, 05 and 6E. RGB value is (118,5,110). Sum of RGB (Red+Green+Blue) = 118+5+110=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76056E is #89FA91. Grayscale: #323232. Windows color (decimal): -9042578 or 7210358. OLE color: 7210358.
HSL color Cylindrical-coordinate representation of color #76056E: hue angle of 304.25º 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 #76056E is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 5 | 110 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.54 |
| HSL | 304.25º | 0.92% | 0.24% | - |
| HSV(B) | 304.25º | 0.96% | 0.46% | - |
| XYZ | 10.34 | 5.09 | 15.19 | - |
| YUV | 50.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 110 | 0 | 0.96 | 0.07 | 0.54 | 304.25 | 0.92 | 0.24 |
| Hex | 76 | 5 | 6E | 0 | 60 | 7 | 36 | 130 | 5C | 18 |
| Octal | 166 | 5 | 156 | 0 | 140 | 7 | 66 | 460 | 134 | 30 |
| Binary | 1110110 | 101 | 1101110 | 0 | 1100000 | 111 | 110110 | 100110000 | 1011100 | 11000 |
Color Harmonies of #76056E
Complementary color
Monochromatic Colors of #76056E
Black with #76056E
Text Example
Text Example
White with #76056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76056E; }
p { color: rgb(118,5,110); }
H1.HeaderClassName
{
color: #76056E;
}
.AnyTagClassName
{
color: #76056E;
}
</style>
background-color css
<style>
a { background-color: #76056E; }
a { background-color: rgb(118,5,110); }
div.DivClassName
{
background-color: #76056E;
}
.BgClassName
{
background-color: #76056E;
}
</style>
border-color css
<style>
span { border-color: #76056E; }
span { border-color: rgb(118,5,110); }
td.TdClassName
{
border-color: #76056E;
}
.TagClassName
{
border-color: #76056E;
}
</style>