Shades of Dark Purple #761571
Tints of Dark Purple #761571
RGB
CMYK
RGB Variations
Color information
#761571 (or 0x761571) is known color: Dark Purple. HEX triplet: 76, 15 and 71. RGB value is (118,21,113). Sum of RGB (Red+Green+Blue) = 118+21+113=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #761571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761571 is #89EA8E. Grayscale: #3C3C3C. Windows color (decimal): -9038479 or 7411062. OLE color: 7411062.
HSL color Cylindrical-coordinate representation of color #761571: hue angle of 303.09º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761571 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 113 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.54 |
| HSL | 303.09º | 0.7% | 0.27% | - |
| HSV(B) | 303.09º | 0.82% | 0.46% | - |
| XYZ | 10.72 | 5.58 | 16.13 | - |
| YUV | 60.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 113 | 0 | 0.82 | 0.04 | 0.54 | 303.09 | 0.7 | 0.27 |
| Hex | 76 | 15 | 71 | 0 | 52 | 4 | 36 | 12F | 46 | 1B |
| Octal | 166 | 25 | 161 | 0 | 122 | 4 | 66 | 457 | 106 | 33 |
| Binary | 1110110 | 10101 | 1110001 | 0 | 1010010 | 100 | 110110 | 100101111 | 1000110 | 11011 |
Color Harmonies of #761571
Complementary color
Monochromatic Colors of #761571
Black with #761571
Text Example
Text Example
White with #761571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761571; }
p { color: rgb(118,21,113); }
H1.HeaderClassName
{
color: #761571;
}
.AnyTagClassName
{
color: #761571;
}
</style>
background-color css
<style>
a { background-color: #761571; }
a { background-color: rgb(118,21,113); }
div.DivClassName
{
background-color: #761571;
}
.BgClassName
{
background-color: #761571;
}
</style>
border-color css
<style>
span { border-color: #761571; }
span { border-color: rgb(118,21,113); }
td.TdClassName
{
border-color: #761571;
}
.TagClassName
{
border-color: #761571;
}
</style>