Shades of Dark Purple #741879
Tints of Dark Purple #741879
RGB
CMYK
RGB Variations
Color information
#741879 (or 0x741879) is known color: Dark Purple. HEX triplet: 74, 18 and 79. RGB value is (116,24,121). Sum of RGB (Red+Green+Blue) = 116+24+121=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #741879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741879 is #8BE786. Grayscale: #3E3E3E. Windows color (decimal): -9168775 or 7936116. OLE color: 7936116.
HSL color Cylindrical-coordinate representation of color #741879: hue angle of 296.91º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741879 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 24 | 121 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.53 |
| HSL | 296.91º | 0.67% | 0.28% | - |
| HSV(B) | 296.91º | 0.8% | 0.47% | - |
| XYZ | 10.98 | 5.75 | 18.62 | - |
| YUV | 62.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 121 | 0.04 | 0.80 | 0 | 0.53 | 296.91 | 0.67 | 0.28 |
| Hex | 74 | 18 | 79 | 4 | 50 | 0 | 35 | 129 | 43 | 1C |
| Octal | 164 | 30 | 171 | 4 | 120 | 0 | 65 | 451 | 103 | 34 |
| Binary | 1110100 | 11000 | 1111001 | 100 | 1010000 | 0 | 110101 | 100101001 | 1000011 | 11100 |
Color Harmonies of #741879
Complementary color
Monochromatic Colors of #741879
Black with #741879
Text Example
Text Example
White with #741879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741879; }
p { color: rgb(116,24,121); }
H1.HeaderClassName
{
color: #741879;
}
.AnyTagClassName
{
color: #741879;
}
</style>
background-color css
<style>
a { background-color: #741879; }
a { background-color: rgb(116,24,121); }
div.DivClassName
{
background-color: #741879;
}
.BgClassName
{
background-color: #741879;
}
</style>
border-color css
<style>
span { border-color: #741879; }
span { border-color: rgb(116,24,121); }
td.TdClassName
{
border-color: #741879;
}
.TagClassName
{
border-color: #741879;
}
</style>