Shades of Dark Purple #76176E
Tints of Dark Purple #76176E
RGB
CMYK
RGB Variations
Color information
#76176E (or 0x76176E) is known color: Dark Purple. HEX triplet: 76, 17 and 6E. RGB value is (118,23,110). Sum of RGB (Red+Green+Blue) = 118+23+110=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76176E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76176E is #89E891. Grayscale: #3D3D3D. Windows color (decimal): -9037970 or 7214966. OLE color: 7214966.
HSL color Cylindrical-coordinate representation of color #76176E: hue angle of 305.05º 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 #76176E is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 110 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.54 |
| HSL | 305.05º | 0.67% | 0.28% | - |
| HSV(B) | 305.05º | 0.81% | 0.46% | - |
| XYZ | 10.59 | 5.59 | 15.27 | - |
| YUV | 61.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 110 | 0 | 0.81 | 0.07 | 0.54 | 305.05 | 0.67 | 0.28 |
| Hex | 76 | 17 | 6E | 0 | 51 | 7 | 36 | 131 | 43 | 1C |
| Octal | 166 | 27 | 156 | 0 | 121 | 7 | 66 | 461 | 103 | 34 |
| Binary | 1110110 | 10111 | 1101110 | 0 | 1010001 | 111 | 110110 | 100110001 | 1000011 | 11100 |
Color Harmonies of #76176E
Complementary color
Monochromatic Colors of #76176E
Black with #76176E
Text Example
Text Example
White with #76176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76176E; }
p { color: rgb(118,23,110); }
H1.HeaderClassName
{
color: #76176E;
}
.AnyTagClassName
{
color: #76176E;
}
</style>
background-color css
<style>
a { background-color: #76176E; }
a { background-color: rgb(118,23,110); }
div.DivClassName
{
background-color: #76176E;
}
.BgClassName
{
background-color: #76176E;
}
</style>
border-color css
<style>
span { border-color: #76176E; }
span { border-color: rgb(118,23,110); }
td.TdClassName
{
border-color: #76176E;
}
.TagClassName
{
border-color: #76176E;
}
</style>