Shades of Dark Purple #761B70
Tints of Dark Purple #761B70
RGB
CMYK
RGB Variations
Color information
#761B70 (or 0x761B70) is known color: Dark Purple. HEX triplet: 76, 1B and 70. RGB value is (118,27,112). Sum of RGB (Red+Green+Blue) = 118+27+112=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #761B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761B70 is #89E48F. Grayscale: #3F3F3F. Windows color (decimal): -9036944 or 7347062. OLE color: 7347062.
HSL color Cylindrical-coordinate representation of color #761B70: hue angle of 303.96º 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 #761B70 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 27 | 112 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.54 |
| HSL | 303.96º | 0.63% | 0.28% | - |
| HSV(B) | 303.96º | 0.77% | 0.46% | - |
| XYZ | 10.79 | 5.81 | 15.88 | - |
| YUV | 63.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 112 | 0 | 0.77 | 0.05 | 0.54 | 303.96 | 0.63 | 0.28 |
| Hex | 76 | 1B | 70 | 0 | 4D | 5 | 36 | 130 | 3F | 1C |
| Octal | 166 | 33 | 160 | 0 | 115 | 5 | 66 | 460 | 77 | 34 |
| Binary | 1110110 | 11011 | 1110000 | 0 | 1001101 | 101 | 110110 | 100110000 | 111111 | 11100 |
Color Harmonies of #761B70
Complementary color
Monochromatic Colors of #761B70
Black with #761B70
Text Example
Text Example
White with #761B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761B70; }
p { color: rgb(118,27,112); }
H1.HeaderClassName
{
color: #761B70;
}
.AnyTagClassName
{
color: #761B70;
}
</style>
background-color css
<style>
a { background-color: #761B70; }
a { background-color: rgb(118,27,112); }
div.DivClassName
{
background-color: #761B70;
}
.BgClassName
{
background-color: #761B70;
}
</style>
border-color css
<style>
span { border-color: #761B70; }
span { border-color: rgb(118,27,112); }
td.TdClassName
{
border-color: #761B70;
}
.TagClassName
{
border-color: #761B70;
}
</style>