Shades of Purple #76016C
Tints of Purple #76016C
RGB
CMYK
RGB Variations
Color information
#76016C (or 0x76016C) is known color: Purple. HEX triplet: 76, 01 and 6C. RGB value is (118,1,108). Sum of RGB (Red+Green+Blue) = 118+1+108=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76016C is #89FE93. Grayscale: #2F2F2F. Windows color (decimal): -9043604 or 7078262. OLE color: 7078262.
HSL color Cylindrical-coordinate representation of color #76016C: hue angle of 305.13º 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 #76016C is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.54 |
| HSL | 305.13º | 0.98% | 0.23% | - |
| HSV(B) | 305.13º | 0.99% | 0.46% | - |
| XYZ | 10.19 | 4.96 | 14.61 | - |
| YUV | 48.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 108 | 0 | 0.99 | 0.08 | 0.54 | 305.13 | 0.98 | 0.23 |
| Hex | 76 | 1 | 6C | 0 | 63 | 8 | 36 | 131 | 62 | 17 |
| Octal | 166 | 1 | 154 | 0 | 143 | 10 | 66 | 461 | 142 | 27 |
| Binary | 1110110 | 1 | 1101100 | 0 | 1100011 | 1000 | 110110 | 100110001 | 1100010 | 10111 |
Color Harmonies of #76016C
Complementary color
Monochromatic Colors of #76016C
Black with #76016C
Text Example
Text Example
White with #76016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76016C; }
p { color: rgb(118,1,108); }
H1.HeaderClassName
{
color: #76016C;
}
.AnyTagClassName
{
color: #76016C;
}
</style>
background-color css
<style>
a { background-color: #76016C; }
a { background-color: rgb(118,1,108); }
div.DivClassName
{
background-color: #76016C;
}
.BgClassName
{
background-color: #76016C;
}
</style>
border-color css
<style>
span { border-color: #76016C; }
span { border-color: rgb(118,1,108); }
td.TdClassName
{
border-color: #76016C;
}
.TagClassName
{
border-color: #76016C;
}
</style>