Shades of Purple #76086E
Tints of Purple #76086E
RGB
CMYK
RGB Variations
Color information
#76086E (or 0x76086E) is known color: Purple. HEX triplet: 76, 08 and 6E. RGB value is (118,8,110). Sum of RGB (Red+Green+Blue) = 118+8+110=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76086E is #89F791. Grayscale: #343434. Windows color (decimal): -9041810 or 7211126. OLE color: 7211126.
HSL color Cylindrical-coordinate representation of color #76086E: hue angle of 304.36º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76086E is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 110 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.54 |
| HSL | 304.36º | 0.87% | 0.25% | - |
| HSV(B) | 304.36º | 0.93% | 0.46% | - |
| XYZ | 10.37 | 5.15 | 15.2 | - |
| YUV | 52.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 110 | 0 | 0.93 | 0.07 | 0.54 | 304.36 | 0.87 | 0.25 |
| Hex | 76 | 8 | 6E | 0 | 5D | 7 | 36 | 130 | 57 | 19 |
| Octal | 166 | 10 | 156 | 0 | 135 | 7 | 66 | 460 | 127 | 31 |
| Binary | 1110110 | 1000 | 1101110 | 0 | 1011101 | 111 | 110110 | 100110000 | 1010111 | 11001 |
Color Harmonies of #76086E
Complementary color
Monochromatic Colors of #76086E
Black with #76086E
Text Example
Text Example
White with #76086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76086E; }
p { color: rgb(118,8,110); }
H1.HeaderClassName
{
color: #76086E;
}
.AnyTagClassName
{
color: #76086E;
}
</style>
background-color css
<style>
a { background-color: #76086E; }
a { background-color: rgb(118,8,110); }
div.DivClassName
{
background-color: #76086E;
}
.BgClassName
{
background-color: #76086E;
}
</style>
border-color css
<style>
span { border-color: #76086E; }
span { border-color: rgb(118,8,110); }
td.TdClassName
{
border-color: #76086E;
}
.TagClassName
{
border-color: #76086E;
}
</style>