Shades of Dark Purple #741571
Tints of Dark Purple #741571
RGB
CMYK
RGB Variations
Color information
#741571 (or 0x741571) is known color: Dark Purple. HEX triplet: 74, 15 and 71. RGB value is (116,21,113). Sum of RGB (Red+Green+Blue) = 116+21+113=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #741571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741571 is #8BEA8E. Grayscale: #3B3B3B. Windows color (decimal): -9169551 or 7411060. OLE color: 7411060.
HSL color Cylindrical-coordinate representation of color #741571: hue angle of 301.89º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741571 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 21 | 113 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.55 |
| HSL | 301.89º | 0.69% | 0.27% | - |
| HSV(B) | 301.89º | 0.82% | 0.45% | - |
| XYZ | 10.45 | 5.44 | 16.12 | - |
| YUV | 59.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 113 | 0 | 0.82 | 0.03 | 0.55 | 301.89 | 0.69 | 0.27 |
| Hex | 74 | 15 | 71 | 0 | 52 | 3 | 37 | 12E | 45 | 1B |
| Octal | 164 | 25 | 161 | 0 | 122 | 3 | 67 | 456 | 105 | 33 |
| Binary | 1110100 | 10101 | 1110001 | 0 | 1010010 | 11 | 110111 | 100101110 | 1000101 | 11011 |
Color Harmonies of #741571
Complementary color
Monochromatic Colors of #741571
Black with #741571
Text Example
Text Example
White with #741571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741571; }
p { color: rgb(116,21,113); }
H1.HeaderClassName
{
color: #741571;
}
.AnyTagClassName
{
color: #741571;
}
</style>
background-color css
<style>
a { background-color: #741571; }
a { background-color: rgb(116,21,113); }
div.DivClassName
{
background-color: #741571;
}
.BgClassName
{
background-color: #741571;
}
</style>
border-color css
<style>
span { border-color: #741571; }
span { border-color: rgb(116,21,113); }
td.TdClassName
{
border-color: #741571;
}
.TagClassName
{
border-color: #741571;
}
</style>