Shades of Dark Purple #761471
Tints of Dark Purple #761471
RGB
CMYK
RGB Variations
Color information
#761471 (or 0x761471) is known color: Dark Purple. HEX triplet: 76, 14 and 71. RGB value is (118,20,113). Sum of RGB (Red+Green+Blue) = 118+20+113=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #761471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761471 is #89EB8E. Grayscale: #3B3B3B. Windows color (decimal): -9038735 or 7410806. OLE color: 7410806.
HSL color Cylindrical-coordinate representation of color #761471: hue angle of 303.06º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761471 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 20 | 113 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.54 |
| HSL | 303.06º | 0.71% | 0.27% | - |
| HSV(B) | 303.06º | 0.83% | 0.46% | - |
| XYZ | 10.7 | 5.54 | 16.13 | - |
| YUV | 59.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 113 | 0 | 0.83 | 0.04 | 0.54 | 303.06 | 0.71 | 0.27 |
| Hex | 76 | 14 | 71 | 0 | 53 | 4 | 36 | 12F | 47 | 1B |
| Octal | 166 | 24 | 161 | 0 | 123 | 4 | 66 | 457 | 107 | 33 |
| Binary | 1110110 | 10100 | 1110001 | 0 | 1010011 | 100 | 110110 | 100101111 | 1000111 | 11011 |
Color Harmonies of #761471
Complementary color
Monochromatic Colors of #761471
Black with #761471
Text Example
Text Example
White with #761471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761471; }
p { color: rgb(118,20,113); }
H1.HeaderClassName
{
color: #761471;
}
.AnyTagClassName
{
color: #761471;
}
</style>
background-color css
<style>
a { background-color: #761471; }
a { background-color: rgb(118,20,113); }
div.DivClassName
{
background-color: #761471;
}
.BgClassName
{
background-color: #761471;
}
</style>
border-color css
<style>
span { border-color: #761471; }
span { border-color: rgb(118,20,113); }
td.TdClassName
{
border-color: #761471;
}
.TagClassName
{
border-color: #761471;
}
</style>