Shades of Purple #76016B
Tints of Purple #76016B
RGB
CMYK
RGB Variations
Color information
#76016B (or 0x76016B) is known color: Purple. HEX triplet: 76, 01 and 6B. RGB value is (118,1,107). Sum of RGB (Red+Green+Blue) = 118+1+107=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #76016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76016B is #89FE94. Grayscale: #2F2F2F. Windows color (decimal): -9043605 or 7012726. OLE color: 7012726.
HSL color Cylindrical-coordinate representation of color #76016B: hue angle of 305.64º 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 #76016B is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.54 |
| HSL | 305.64º | 0.98% | 0.23% | - |
| HSV(B) | 305.64º | 0.99% | 0.46% | - |
| XYZ | 10.14 | 4.93 | 14.33 | - |
| YUV | 48.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 107 | 0 | 0.99 | 0.09 | 0.54 | 305.64 | 0.98 | 0.23 |
| Hex | 76 | 1 | 6B | 0 | 63 | 9 | 36 | 132 | 62 | 17 |
| Octal | 166 | 1 | 153 | 0 | 143 | 11 | 66 | 462 | 142 | 27 |
| Binary | 1110110 | 1 | 1101011 | 0 | 1100011 | 1001 | 110110 | 100110010 | 1100010 | 10111 |
Color Harmonies of #76016B
Complementary color
Monochromatic Colors of #76016B
Black with #76016B
Text Example
Text Example
White with #76016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76016B; }
p { color: rgb(118,1,107); }
H1.HeaderClassName
{
color: #76016B;
}
.AnyTagClassName
{
color: #76016B;
}
</style>
background-color css
<style>
a { background-color: #76016B; }
a { background-color: rgb(118,1,107); }
div.DivClassName
{
background-color: #76016B;
}
.BgClassName
{
background-color: #76016B;
}
</style>
border-color css
<style>
span { border-color: #76016B; }
span { border-color: rgb(118,1,107); }
td.TdClassName
{
border-color: #76016B;
}
.TagClassName
{
border-color: #76016B;
}
</style>