Shades of Dark Purple #761B71
Tints of Dark Purple #761B71
RGB
CMYK
RGB Variations
Color information
#761B71 (or 0x761B71) is known color: Dark Purple. HEX triplet: 76, 1B and 71. RGB value is (118,27,113). Sum of RGB (Red+Green+Blue) = 118+27+113=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #761B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761B71 is #89E48E. Grayscale: #3F3F3F. Windows color (decimal): -9036943 or 7412598. OLE color: 7412598.
HSL color Cylindrical-coordinate representation of color #761B71: hue angle of 303.3º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B71 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 27 | 113 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.54 |
| HSL | 303.3º | 0.63% | 0.28% | - |
| HSV(B) | 303.3º | 0.77% | 0.46% | - |
| XYZ | 10.84 | 5.83 | 16.18 | - |
| YUV | 64.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 113 | 0 | 0.77 | 0.04 | 0.54 | 303.3 | 0.63 | 0.28 |
| Hex | 76 | 1B | 71 | 0 | 4D | 4 | 36 | 12F | 3F | 1C |
| Octal | 166 | 33 | 161 | 0 | 115 | 4 | 66 | 457 | 77 | 34 |
| Binary | 1110110 | 11011 | 1110001 | 0 | 1001101 | 100 | 110110 | 100101111 | 111111 | 11100 |
Color Harmonies of #761B71
Complementary color
Monochromatic Colors of #761B71
Black with #761B71
Text Example
Text Example
White with #761B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761B71; }
p { color: rgb(118,27,113); }
H1.HeaderClassName
{
color: #761B71;
}
.AnyTagClassName
{
color: #761B71;
}
</style>
background-color css
<style>
a { background-color: #761B71; }
a { background-color: rgb(118,27,113); }
div.DivClassName
{
background-color: #761B71;
}
.BgClassName
{
background-color: #761B71;
}
</style>
border-color css
<style>
span { border-color: #761B71; }
span { border-color: rgb(118,27,113); }
td.TdClassName
{
border-color: #761B71;
}
.TagClassName
{
border-color: #761B71;
}
</style>