Shades of Dark Purple #761C70
Tints of Dark Purple #761C70
RGB
CMYK
RGB Variations
Color information
#761C70 (or 0x761C70) is known color: Dark Purple. HEX triplet: 76, 1C and 70. RGB value is (118,28,112). Sum of RGB (Red+Green+Blue) = 118+28+112=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #761C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761C70 is #89E38F. Grayscale: #404040. Windows color (decimal): -9036688 or 7347318. OLE color: 7347318.
HSL color Cylindrical-coordinate representation of color #761C70: hue angle of 304º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #761C70 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 112 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.54 |
| HSL | 304º | 0.62% | 0.29% | - |
| HSV(B) | 304º | 0.76% | 0.46% | - |
| XYZ | 10.81 | 5.85 | 15.89 | - |
| YUV | 64.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 112 | 0 | 0.76 | 0.05 | 0.54 | 304 | 0.62 | 0.29 |
| Hex | 76 | 1C | 70 | 0 | 4C | 5 | 36 | 130 | 3E | 1D |
| Octal | 166 | 34 | 160 | 0 | 114 | 5 | 66 | 460 | 76 | 35 |
| Binary | 1110110 | 11100 | 1110000 | 0 | 1001100 | 101 | 110110 | 100110000 | 111110 | 11101 |
Color Harmonies of #761C70
Complementary color
Monochromatic Colors of #761C70
Black with #761C70
Text Example
Text Example
White with #761C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C70; }
p { color: rgb(118,28,112); }
H1.HeaderClassName
{
color: #761C70;
}
.AnyTagClassName
{
color: #761C70;
}
</style>
background-color css
<style>
a { background-color: #761C70; }
a { background-color: rgb(118,28,112); }
div.DivClassName
{
background-color: #761C70;
}
.BgClassName
{
background-color: #761C70;
}
</style>
border-color css
<style>
span { border-color: #761C70; }
span { border-color: rgb(118,28,112); }
td.TdClassName
{
border-color: #761C70;
}
.TagClassName
{
border-color: #761C70;
}
</style>