Shades of Dark Purple #741977
Tints of Dark Purple #741977
RGB
CMYK
RGB Variations
Color information
#741977 (or 0x741977) is known color: Dark Purple. HEX triplet: 74, 19 and 77. RGB value is (116,25,119). Sum of RGB (Red+Green+Blue) = 116+25+119=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #741977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741977 is #8BE688. Grayscale: #3E3E3E. Windows color (decimal): -9168521 or 7805300. OLE color: 7805300.
HSL color Cylindrical-coordinate representation of color #741977: hue angle of 298.09º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741977 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 25 | 119 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.53 |
| HSL | 298.09º | 0.65% | 0.28% | - |
| HSV(B) | 298.09º | 0.79% | 0.47% | - |
| XYZ | 10.88 | 5.74 | 17.99 | - |
| YUV | 62.93 | 159.65 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 119 | 0.03 | 0.79 | 0 | 0.53 | 298.09 | 0.65 | 0.28 |
| Hex | 74 | 19 | 77 | 3 | 4F | 0 | 35 | 12A | 41 | 1C |
| Octal | 164 | 31 | 167 | 3 | 117 | 0 | 65 | 452 | 101 | 34 |
| Binary | 1110100 | 11001 | 1110111 | 11 | 1001111 | 0 | 110101 | 100101010 | 1000001 | 11100 |
Color Harmonies of #741977
Complementary color
Monochromatic Colors of #741977
Black with #741977
Text Example
Text Example
White with #741977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741977; }
p { color: rgb(116,25,119); }
H1.HeaderClassName
{
color: #741977;
}
.AnyTagClassName
{
color: #741977;
}
</style>
background-color css
<style>
a { background-color: #741977; }
a { background-color: rgb(116,25,119); }
div.DivClassName
{
background-color: #741977;
}
.BgClassName
{
background-color: #741977;
}
</style>
border-color css
<style>
span { border-color: #741977; }
span { border-color: rgb(116,25,119); }
td.TdClassName
{
border-color: #741977;
}
.TagClassName
{
border-color: #741977;
}
</style>