Shades of Purple #740776
Tints of Purple #740776
RGB
CMYK
RGB Variations
Color information
#740776 (or 0x740776) is known color: Purple. HEX triplet: 74, 07 and 76. RGB value is (116,7,118). Sum of RGB (Red+Green+Blue) = 116+7+118=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #740776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740776 is #8BF889. Grayscale: #333333. Windows color (decimal): -9173130 or 7735156. OLE color: 7735156.
HSL color Cylindrical-coordinate representation of color #740776: hue angle of 298.92º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740776 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 7 | 118 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.54 |
| HSL | 298.92º | 0.89% | 0.25% | - |
| HSV(B) | 298.92º | 0.94% | 0.46% | - |
| XYZ | 10.55 | 5.17 | 17.58 | - |
| YUV | 52.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 118 | 0.02 | 0.94 | 0 | 0.54 | 298.92 | 0.89 | 0.25 |
| Hex | 74 | 7 | 76 | 2 | 5E | 0 | 36 | 12B | 59 | 19 |
| Octal | 164 | 7 | 166 | 2 | 136 | 0 | 66 | 453 | 131 | 31 |
| Binary | 1110100 | 111 | 1110110 | 10 | 1011110 | 0 | 110110 | 100101011 | 1011001 | 11001 |
Color Harmonies of #740776
Complementary color
Monochromatic Colors of #740776
Black with #740776
Text Example
Text Example
White with #740776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740776; }
p { color: rgb(116,7,118); }
H1.HeaderClassName
{
color: #740776;
}
.AnyTagClassName
{
color: #740776;
}
</style>
background-color css
<style>
a { background-color: #740776; }
a { background-color: rgb(116,7,118); }
div.DivClassName
{
background-color: #740776;
}
.BgClassName
{
background-color: #740776;
}
</style>
border-color css
<style>
span { border-color: #740776; }
span { border-color: rgb(116,7,118); }
td.TdClassName
{
border-color: #740776;
}
.TagClassName
{
border-color: #740776;
}
</style>