Shades of Purple #76096E
Tints of Purple #76096E
RGB
CMYK
RGB Variations
Color information
#76096E (or 0x76096E) is known color: Purple. HEX triplet: 76, 09 and 6E. RGB value is (118,9,110). Sum of RGB (Red+Green+Blue) = 118+9+110=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #76096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76096E is #89F691. Grayscale: #343434. Windows color (decimal): -9041554 or 7211382. OLE color: 7211382.
HSL color Cylindrical-coordinate representation of color #76096E: hue angle of 304.4º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76096E is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 110 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.54 |
| HSL | 304.4º | 0.86% | 0.25% | - |
| HSV(B) | 304.4º | 0.92% | 0.46% | - |
| XYZ | 10.38 | 5.17 | 15.2 | - |
| YUV | 53.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 110 | 0 | 0.92 | 0.07 | 0.54 | 304.4 | 0.86 | 0.25 |
| Hex | 76 | 9 | 6E | 0 | 5C | 7 | 36 | 130 | 56 | 19 |
| Octal | 166 | 11 | 156 | 0 | 134 | 7 | 66 | 460 | 126 | 31 |
| Binary | 1110110 | 1001 | 1101110 | 0 | 1011100 | 111 | 110110 | 100110000 | 1010110 | 11001 |
Color Harmonies of #76096E
Complementary color
Monochromatic Colors of #76096E
Black with #76096E
Text Example
Text Example
White with #76096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76096E; }
p { color: rgb(118,9,110); }
H1.HeaderClassName
{
color: #76096E;
}
.AnyTagClassName
{
color: #76096E;
}
</style>
background-color css
<style>
a { background-color: #76096E; }
a { background-color: rgb(118,9,110); }
div.DivClassName
{
background-color: #76096E;
}
.BgClassName
{
background-color: #76096E;
}
</style>
border-color css
<style>
span { border-color: #76096E; }
span { border-color: rgb(118,9,110); }
td.TdClassName
{
border-color: #76096E;
}
.TagClassName
{
border-color: #76096E;
}
</style>