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