Shades of Dark Purple #761771
Tints of Dark Purple #761771
RGB
CMYK
RGB Variations
Color information
#761771 (or 0x761771) is known color: Dark Purple. HEX triplet: 76, 17 and 71. RGB value is (118,23,113). Sum of RGB (Red+Green+Blue) = 118+23+113=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #761771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761771 is #89E88E. Grayscale: #3D3D3D. Windows color (decimal): -9037967 or 7411574. OLE color: 7411574.
HSL color Cylindrical-coordinate representation of color #761771: hue angle of 303.16º 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 #761771 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 113 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.54 |
| HSL | 303.16º | 0.67% | 0.28% | - |
| HSV(B) | 303.16º | 0.81% | 0.46% | - |
| XYZ | 10.76 | 5.66 | 16.15 | - |
| YUV | 61.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 113 | 0 | 0.81 | 0.04 | 0.54 | 303.16 | 0.67 | 0.28 |
| Hex | 76 | 17 | 71 | 0 | 51 | 4 | 36 | 12F | 43 | 1C |
| Octal | 166 | 27 | 161 | 0 | 121 | 4 | 66 | 457 | 103 | 34 |
| Binary | 1110110 | 10111 | 1110001 | 0 | 1010001 | 100 | 110110 | 100101111 | 1000011 | 11100 |
Color Harmonies of #761771
Complementary color
Monochromatic Colors of #761771
Black with #761771
Text Example
Text Example
White with #761771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761771; }
p { color: rgb(118,23,113); }
H1.HeaderClassName
{
color: #761771;
}
.AnyTagClassName
{
color: #761771;
}
</style>
background-color css
<style>
a { background-color: #761771; }
a { background-color: rgb(118,23,113); }
div.DivClassName
{
background-color: #761771;
}
.BgClassName
{
background-color: #761771;
}
</style>
border-color css
<style>
span { border-color: #761771; }
span { border-color: rgb(118,23,113); }
td.TdClassName
{
border-color: #761771;
}
.TagClassName
{
border-color: #761771;
}
</style>