Shades of Dark Purple #76176C
Tints of Dark Purple #76176C
RGB
CMYK
RGB Variations
Color information
#76176C (or 0x76176C) is known color: Dark Purple. HEX triplet: 76, 17 and 6C. RGB value is (118,23,108). Sum of RGB (Red+Green+Blue) = 118+23+108=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76176C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76176C is #89E893. Grayscale: #3C3C3C. Windows color (decimal): -9037972 or 7083894. OLE color: 7083894.
HSL color Cylindrical-coordinate representation of color #76176C: hue angle of 306.32º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76176C is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 108 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.54 |
| HSL | 306.32º | 0.67% | 0.28% | - |
| HSV(B) | 306.32º | 0.81% | 0.46% | - |
| XYZ | 10.48 | 5.55 | 14.71 | - |
| YUV | 61.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 108 | 0 | 0.81 | 0.08 | 0.54 | 306.32 | 0.67 | 0.28 |
| Hex | 76 | 17 | 6C | 0 | 51 | 8 | 36 | 132 | 43 | 1C |
| Octal | 166 | 27 | 154 | 0 | 121 | 10 | 66 | 462 | 103 | 34 |
| Binary | 1110110 | 10111 | 1101100 | 0 | 1010001 | 1000 | 110110 | 100110010 | 1000011 | 11100 |
Color Harmonies of #76176C
Complementary color
Monochromatic Colors of #76176C
Black with #76176C
Text Example
Text Example
White with #76176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76176C; }
p { color: rgb(118,23,108); }
H1.HeaderClassName
{
color: #76176C;
}
.AnyTagClassName
{
color: #76176C;
}
</style>
background-color css
<style>
a { background-color: #76176C; }
a { background-color: rgb(118,23,108); }
div.DivClassName
{
background-color: #76176C;
}
.BgClassName
{
background-color: #76176C;
}
</style>
border-color css
<style>
span { border-color: #76176C; }
span { border-color: rgb(118,23,108); }
td.TdClassName
{
border-color: #76176C;
}
.TagClassName
{
border-color: #76176C;
}
</style>