Shades of Dark Purple #76176B
Tints of Dark Purple #76176B
RGB
CMYK
RGB Variations
Color information
#76176B (or 0x76176B) is known color: Dark Purple. HEX triplet: 76, 17 and 6B. RGB value is (118,23,107). Sum of RGB (Red+Green+Blue) = 118+23+107=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76176B is #89E894. Grayscale: #3C3C3C. Windows color (decimal): -9037973 or 7018358. OLE color: 7018358.
HSL color Cylindrical-coordinate representation of color #76176B: hue angle of 306.95º 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 #76176B is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 107 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.54 |
| HSL | 306.95º | 0.67% | 0.28% | - |
| HSV(B) | 306.95º | 0.81% | 0.46% | - |
| XYZ | 10.43 | 5.53 | 14.43 | - |
| YUV | 60.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 107 | 0 | 0.81 | 0.09 | 0.54 | 306.95 | 0.67 | 0.28 |
| Hex | 76 | 17 | 6B | 0 | 51 | 9 | 36 | 133 | 43 | 1C |
| Octal | 166 | 27 | 153 | 0 | 121 | 11 | 66 | 463 | 103 | 34 |
| Binary | 1110110 | 10111 | 1101011 | 0 | 1010001 | 1001 | 110110 | 100110011 | 1000011 | 11100 |
Color Harmonies of #76176B
Complementary color
Monochromatic Colors of #76176B
Black with #76176B
Text Example
Text Example
White with #76176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76176B; }
p { color: rgb(118,23,107); }
H1.HeaderClassName
{
color: #76176B;
}
.AnyTagClassName
{
color: #76176B;
}
</style>
background-color css
<style>
a { background-color: #76176B; }
a { background-color: rgb(118,23,107); }
div.DivClassName
{
background-color: #76176B;
}
.BgClassName
{
background-color: #76176B;
}
</style>
border-color css
<style>
span { border-color: #76176B; }
span { border-color: rgb(118,23,107); }
td.TdClassName
{
border-color: #76176B;
}
.TagClassName
{
border-color: #76176B;
}
</style>