Shades of Dark Purple #741979
Tints of Dark Purple #741979
RGB
CMYK
RGB Variations
Color information
#741979 (or 0x741979) is known color: Dark Purple. HEX triplet: 74, 19 and 79. RGB value is (116,25,121). Sum of RGB (Red+Green+Blue) = 116+25+121=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #741979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741979 is #8BE686. Grayscale: #3E3E3E. Windows color (decimal): -9168519 or 7936372. OLE color: 7936372.
HSL color Cylindrical-coordinate representation of color #741979: hue angle of 296.88º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741979 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 25 | 121 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.53 |
| HSL | 296.88º | 0.66% | 0.29% | - |
| HSV(B) | 296.88º | 0.79% | 0.47% | - |
| XYZ | 11 | 5.79 | 18.63 | - |
| YUV | 63.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 121 | 0.04 | 0.79 | 0 | 0.53 | 296.88 | 0.66 | 0.29 |
| Hex | 74 | 19 | 79 | 4 | 4F | 0 | 35 | 129 | 42 | 1D |
| Octal | 164 | 31 | 171 | 4 | 117 | 0 | 65 | 451 | 102 | 35 |
| Binary | 1110100 | 11001 | 1111001 | 100 | 1001111 | 0 | 110101 | 100101001 | 1000010 | 11101 |
Color Harmonies of #741979
Complementary color
Monochromatic Colors of #741979
Black with #741979
Text Example
Text Example
White with #741979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741979; }
p { color: rgb(116,25,121); }
H1.HeaderClassName
{
color: #741979;
}
.AnyTagClassName
{
color: #741979;
}
</style>
background-color css
<style>
a { background-color: #741979; }
a { background-color: rgb(116,25,121); }
div.DivClassName
{
background-color: #741979;
}
.BgClassName
{
background-color: #741979;
}
</style>
border-color css
<style>
span { border-color: #741979; }
span { border-color: rgb(116,25,121); }
td.TdClassName
{
border-color: #741979;
}
.TagClassName
{
border-color: #741979;
}
</style>