Shades of Purple #741071
Tints of Purple #741071
RGB
CMYK
RGB Variations
Color information
#741071 (or 0x741071) is known color: Purple. HEX triplet: 74, 10 and 71. RGB value is (116,16,113). Sum of RGB (Red+Green+Blue) = 116+16+113=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #741071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741071 is #8BEF8E. Grayscale: #383838. Windows color (decimal): -9170831 or 7409780. OLE color: 7409780.
HSL color Cylindrical-coordinate representation of color #741071: hue angle of 301.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741071 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 16 | 113 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.55 |
| HSL | 301.8º | 0.76% | 0.26% | - |
| HSV(B) | 301.8º | 0.86% | 0.45% | - |
| XYZ | 10.37 | 5.28 | 16.09 | - |
| YUV | 56.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 113 | 0 | 0.86 | 0.03 | 0.55 | 301.8 | 0.76 | 0.26 |
| Hex | 74 | 10 | 71 | 0 | 56 | 3 | 37 | 12E | 4C | 1A |
| Octal | 164 | 20 | 161 | 0 | 126 | 3 | 67 | 456 | 114 | 32 |
| Binary | 1110100 | 10000 | 1110001 | 0 | 1010110 | 11 | 110111 | 100101110 | 1001100 | 11010 |
Color Harmonies of #741071
Complementary color
Monochromatic Colors of #741071
Black with #741071
Text Example
Text Example
White with #741071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741071; }
p { color: rgb(116,16,113); }
H1.HeaderClassName
{
color: #741071;
}
.AnyTagClassName
{
color: #741071;
}
</style>
background-color css
<style>
a { background-color: #741071; }
a { background-color: rgb(116,16,113); }
div.DivClassName
{
background-color: #741071;
}
.BgClassName
{
background-color: #741071;
}
</style>
border-color css
<style>
span { border-color: #741071; }
span { border-color: rgb(116,16,113); }
td.TdClassName
{
border-color: #741071;
}
.TagClassName
{
border-color: #741071;
}
</style>