Shades of Purple #741077
Tints of Purple #741077
RGB
CMYK
RGB Variations
Color information
#741077 (or 0x741077) is known color: Purple. HEX triplet: 74, 10 and 77. RGB value is (116,16,119). Sum of RGB (Red+Green+Blue) = 116+16+119=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #741077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741077 is #8BEF88. Grayscale: #393939. Windows color (decimal): -9170825 or 7802996. OLE color: 7802996.
HSL color Cylindrical-coordinate representation of color #741077: hue angle of 298.25º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741077 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 16 | 119 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.53 |
| HSL | 298.25º | 0.76% | 0.26% | - |
| HSV(B) | 298.25º | 0.87% | 0.47% | - |
| XYZ | 10.72 | 5.42 | 17.93 | - |
| YUV | 57.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 119 | 0.03 | 0.87 | 0 | 0.53 | 298.25 | 0.76 | 0.26 |
| Hex | 74 | 10 | 77 | 3 | 57 | 0 | 35 | 12A | 4C | 1A |
| Octal | 164 | 20 | 167 | 3 | 127 | 0 | 65 | 452 | 114 | 32 |
| Binary | 1110100 | 10000 | 1110111 | 11 | 1010111 | 0 | 110101 | 100101010 | 1001100 | 11010 |
Color Harmonies of #741077
Complementary color
Monochromatic Colors of #741077
Black with #741077
Text Example
Text Example
White with #741077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741077; }
p { color: rgb(116,16,119); }
H1.HeaderClassName
{
color: #741077;
}
.AnyTagClassName
{
color: #741077;
}
</style>
background-color css
<style>
a { background-color: #741077; }
a { background-color: rgb(116,16,119); }
div.DivClassName
{
background-color: #741077;
}
.BgClassName
{
background-color: #741077;
}
</style>
border-color css
<style>
span { border-color: #741077; }
span { border-color: rgb(116,16,119); }
td.TdClassName
{
border-color: #741077;
}
.TagClassName
{
border-color: #741077;
}
</style>