Shades of Dark Purple #741471
Tints of Dark Purple #741471
RGB
CMYK
RGB Variations
Color information
#741471 (or 0x741471) is known color: Dark Purple. HEX triplet: 74, 14 and 71. RGB value is (116,20,113). Sum of RGB (Red+Green+Blue) = 116+20+113=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #741471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741471 is #8BEB8E. Grayscale: #3B3B3B. Windows color (decimal): -9169807 or 7410804. OLE color: 7410804.
HSL color Cylindrical-coordinate representation of color #741471: hue angle of 301.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741471 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 113 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.55 |
| HSL | 301.88º | 0.71% | 0.27% | - |
| HSV(B) | 301.88º | 0.83% | 0.45% | - |
| XYZ | 10.43 | 5.41 | 16.12 | - |
| YUV | 59.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 113 | 0 | 0.83 | 0.03 | 0.55 | 301.88 | 0.71 | 0.27 |
| Hex | 74 | 14 | 71 | 0 | 53 | 3 | 37 | 12E | 47 | 1B |
| Octal | 164 | 24 | 161 | 0 | 123 | 3 | 67 | 456 | 107 | 33 |
| Binary | 1110100 | 10100 | 1110001 | 0 | 1010011 | 11 | 110111 | 100101110 | 1000111 | 11011 |
Color Harmonies of #741471
Complementary color
Monochromatic Colors of #741471
Black with #741471
Text Example
Text Example
White with #741471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741471; }
p { color: rgb(116,20,113); }
H1.HeaderClassName
{
color: #741471;
}
.AnyTagClassName
{
color: #741471;
}
</style>
background-color css
<style>
a { background-color: #741471; }
a { background-color: rgb(116,20,113); }
div.DivClassName
{
background-color: #741471;
}
.BgClassName
{
background-color: #741471;
}
</style>
border-color css
<style>
span { border-color: #741471; }
span { border-color: rgb(116,20,113); }
td.TdClassName
{
border-color: #741471;
}
.TagClassName
{
border-color: #741471;
}
</style>