Shades of Dark Purple #761D83
Tints of Dark Purple #761D83
RGB
CMYK
RGB Variations
Color information
#761D83 (or 0x761D83) is known color: Dark Purple. HEX triplet: 76, 1D and 83. RGB value is (118,29,131). Sum of RGB (Red+Green+Blue) = 118+29+131=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #761D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761D83 is #89E27C. Grayscale: #424242. Windows color (decimal): -9036413 or 8592758. OLE color: 8592758.
HSL color Cylindrical-coordinate representation of color #761D83: hue angle of 292.35º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761D83 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 29 | 131 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.49 |
| HSL | 292.35º | 0.64% | 0.31% | - |
| HSV(B) | 292.35º | 0.78% | 0.51% | - |
| XYZ | 12.01 | 6.37 | 22.07 | - |
| YUV | 67.24 | 163.99 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 131 | 0.10 | 0.78 | 0 | 0.49 | 292.35 | 0.64 | 0.31 |
| Hex | 76 | 1D | 83 | A | 4E | 0 | 31 | 124 | 40 | 1F |
| Octal | 166 | 35 | 203 | 12 | 116 | 0 | 61 | 444 | 100 | 37 |
| Binary | 1110110 | 11101 | 10000011 | 1010 | 1001110 | 0 | 110001 | 100100100 | 1000000 | 11111 |
Color Harmonies of #761D83
Complementary color
Monochromatic Colors of #761D83
Black with #761D83
Text Example
Text Example
White with #761D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D83; }
p { color: rgb(118,29,131); }
H1.HeaderClassName
{
color: #761D83;
}
.AnyTagClassName
{
color: #761D83;
}
</style>
background-color css
<style>
a { background-color: #761D83; }
a { background-color: rgb(118,29,131); }
div.DivClassName
{
background-color: #761D83;
}
.BgClassName
{
background-color: #761D83;
}
</style>
border-color css
<style>
span { border-color: #761D83; }
span { border-color: rgb(118,29,131); }
td.TdClassName
{
border-color: #761D83;
}
.TagClassName
{
border-color: #761D83;
}
</style>