Shades of Dark Purple #741E71
Tints of Dark Purple #741E71
RGB
CMYK
RGB Variations
Color information
#741E71 (or 0x741E71) is known color: Dark Purple. HEX triplet: 74, 1E and 71. RGB value is (116,30,113). Sum of RGB (Red+Green+Blue) = 116+30+113=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #741E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E71 is #8BE18E. Grayscale: #404040. Windows color (decimal): -9167247 or 7413364. OLE color: 7413364.
HSL color Cylindrical-coordinate representation of color #741E71: hue angle of 302.09º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E71 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 113 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.55 |
| HSL | 302.09º | 0.59% | 0.29% | - |
| HSV(B) | 302.09º | 0.74% | 0.45% | - |
| XYZ | 10.65 | 5.83 | 16.19 | - |
| YUV | 65.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 113 | 0 | 0.74 | 0.03 | 0.55 | 302.09 | 0.59 | 0.29 |
| Hex | 74 | 1E | 71 | 0 | 4A | 3 | 37 | 12E | 3B | 1D |
| Octal | 164 | 36 | 161 | 0 | 112 | 3 | 67 | 456 | 73 | 35 |
| Binary | 1110100 | 11110 | 1110001 | 0 | 1001010 | 11 | 110111 | 100101110 | 111011 | 11101 |
Color Harmonies of #741E71
Complementary color
Monochromatic Colors of #741E71
Black with #741E71
Text Example
Text Example
White with #741E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E71; }
p { color: rgb(116,30,113); }
H1.HeaderClassName
{
color: #741E71;
}
.AnyTagClassName
{
color: #741E71;
}
</style>
background-color css
<style>
a { background-color: #741E71; }
a { background-color: rgb(116,30,113); }
div.DivClassName
{
background-color: #741E71;
}
.BgClassName
{
background-color: #741E71;
}
</style>
border-color css
<style>
span { border-color: #741E71; }
span { border-color: rgb(116,30,113); }
td.TdClassName
{
border-color: #741E71;
}
.TagClassName
{
border-color: #741E71;
}
</style>