Shades of Purple #76086D
Tints of Purple #76086D
RGB
CMYK
RGB Variations
Color information
#76086D (or 0x76086D) is known color: Purple. HEX triplet: 76, 08 and 6D. RGB value is (118,8,109). Sum of RGB (Red+Green+Blue) = 118+8+109=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76086D is #89F792. Grayscale: #343434. Windows color (decimal): -9041811 or 7145590. OLE color: 7145590.
HSL color Cylindrical-coordinate representation of color #76086D: hue angle of 304.91º 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 #76086D is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 109 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.54 |
| HSL | 304.91º | 0.87% | 0.25% | - |
| HSV(B) | 304.91º | 0.93% | 0.46% | - |
| XYZ | 10.32 | 5.13 | 14.91 | - |
| YUV | 52.4 | 159.94 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 109 | 0 | 0.93 | 0.08 | 0.54 | 304.91 | 0.87 | 0.25 |
| Hex | 76 | 8 | 6D | 0 | 5D | 8 | 36 | 131 | 57 | 19 |
| Octal | 166 | 10 | 155 | 0 | 135 | 10 | 66 | 461 | 127 | 31 |
| Binary | 1110110 | 1000 | 1101101 | 0 | 1011101 | 1000 | 110110 | 100110001 | 1010111 | 11001 |
Color Harmonies of #76086D
Complementary color
Monochromatic Colors of #76086D
Black with #76086D
Text Example
Text Example
White with #76086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76086D; }
p { color: rgb(118,8,109); }
H1.HeaderClassName
{
color: #76086D;
}
.AnyTagClassName
{
color: #76086D;
}
</style>
background-color css
<style>
a { background-color: #76086D; }
a { background-color: rgb(118,8,109); }
div.DivClassName
{
background-color: #76086D;
}
.BgClassName
{
background-color: #76086D;
}
</style>
border-color css
<style>
span { border-color: #76086D; }
span { border-color: rgb(118,8,109); }
td.TdClassName
{
border-color: #76086D;
}
.TagClassName
{
border-color: #76086D;
}
</style>