Shades of Purple #76016D
Tints of Purple #76016D
RGB
CMYK
RGB Variations
Color information
#76016D (or 0x76016D) is known color: Purple. HEX triplet: 76, 01 and 6D. RGB value is (118,1,109). Sum of RGB (Red+Green+Blue) = 118+1+109=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76016D is #89FE92. Grayscale: #2F2F2F. Windows color (decimal): -9043603 or 7143798. OLE color: 7143798.
HSL color Cylindrical-coordinate representation of color #76016D: hue angle of 304.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76016D is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.54 |
| HSL | 304.62º | 0.98% | 0.23% | - |
| HSV(B) | 304.62º | 0.99% | 0.46% | - |
| XYZ | 10.24 | 4.98 | 14.89 | - |
| YUV | 48.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 109 | 0 | 0.99 | 0.08 | 0.54 | 304.62 | 0.98 | 0.23 |
| Hex | 76 | 1 | 6D | 0 | 63 | 8 | 36 | 131 | 62 | 17 |
| Octal | 166 | 1 | 155 | 0 | 143 | 10 | 66 | 461 | 142 | 27 |
| Binary | 1110110 | 1 | 1101101 | 0 | 1100011 | 1000 | 110110 | 100110001 | 1100010 | 10111 |
Color Harmonies of #76016D
Complementary color
Monochromatic Colors of #76016D
Black with #76016D
Text Example
Text Example
White with #76016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76016D; }
p { color: rgb(118,1,109); }
H1.HeaderClassName
{
color: #76016D;
}
.AnyTagClassName
{
color: #76016D;
}
</style>
background-color css
<style>
a { background-color: #76016D; }
a { background-color: rgb(118,1,109); }
div.DivClassName
{
background-color: #76016D;
}
.BgClassName
{
background-color: #76016D;
}
</style>
border-color css
<style>
span { border-color: #76016D; }
span { border-color: rgb(118,1,109); }
td.TdClassName
{
border-color: #76016D;
}
.TagClassName
{
border-color: #76016D;
}
</style>