Shades of Dark Purple #761B6E
Tints of Dark Purple #761B6E
RGB
CMYK
RGB Variations
Color information
#761B6E (or 0x761B6E) is known color: Dark Purple. HEX triplet: 76, 1B and 6E. RGB value is (118,27,110). Sum of RGB (Red+Green+Blue) = 118+27+110=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #761B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761B6E is #89E491. Grayscale: #3F3F3F. Windows color (decimal): -9036946 or 7215990. OLE color: 7215990.
HSL color Cylindrical-coordinate representation of color #761B6E: hue angle of 305.27º 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 #761B6E is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 27 | 110 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.54 |
| HSL | 305.27º | 0.63% | 0.28% | - |
| HSV(B) | 305.27º | 0.77% | 0.46% | - |
| XYZ | 10.68 | 5.76 | 15.3 | - |
| YUV | 63.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 110 | 0 | 0.77 | 0.07 | 0.54 | 305.27 | 0.63 | 0.28 |
| Hex | 76 | 1B | 6E | 0 | 4D | 7 | 36 | 131 | 3F | 1C |
| Octal | 166 | 33 | 156 | 0 | 115 | 7 | 66 | 461 | 77 | 34 |
| Binary | 1110110 | 11011 | 1101110 | 0 | 1001101 | 111 | 110110 | 100110001 | 111111 | 11100 |
Color Harmonies of #761B6E
Complementary color
Monochromatic Colors of #761B6E
Black with #761B6E
Text Example
Text Example
White with #761B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761B6E; }
p { color: rgb(118,27,110); }
H1.HeaderClassName
{
color: #761B6E;
}
.AnyTagClassName
{
color: #761B6E;
}
</style>
background-color css
<style>
a { background-color: #761B6E; }
a { background-color: rgb(118,27,110); }
div.DivClassName
{
background-color: #761B6E;
}
.BgClassName
{
background-color: #761B6E;
}
</style>
border-color css
<style>
span { border-color: #761B6E; }
span { border-color: rgb(118,27,110); }
td.TdClassName
{
border-color: #761B6E;
}
.TagClassName
{
border-color: #761B6E;
}
</style>