Shades of Purple #740977
Tints of Purple #740977
RGB
CMYK
RGB Variations
Color information
#740977 (or 0x740977) is known color: Purple. HEX triplet: 74, 09 and 77. RGB value is (116,9,119). Sum of RGB (Red+Green+Blue) = 116+9+119=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #740977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740977 is #8BF688. Grayscale: #353535. Windows color (decimal): -9172617 or 7801204. OLE color: 7801204.
HSL color Cylindrical-coordinate representation of color #740977: hue angle of 298.36º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740977 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 9 | 119 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.53 |
| HSL | 298.36º | 0.86% | 0.25% | - |
| HSV(B) | 298.36º | 0.92% | 0.47% | - |
| XYZ | 10.63 | 5.24 | 17.9 | - |
| YUV | 53.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 119 | 0.03 | 0.92 | 0 | 0.53 | 298.36 | 0.86 | 0.25 |
| Hex | 74 | 9 | 77 | 3 | 5C | 0 | 35 | 12A | 56 | 19 |
| Octal | 164 | 11 | 167 | 3 | 134 | 0 | 65 | 452 | 126 | 31 |
| Binary | 1110100 | 1001 | 1110111 | 11 | 1011100 | 0 | 110101 | 100101010 | 1010110 | 11001 |
Color Harmonies of #740977
Complementary color
Monochromatic Colors of #740977
Black with #740977
Text Example
Text Example
White with #740977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740977; }
p { color: rgb(116,9,119); }
H1.HeaderClassName
{
color: #740977;
}
.AnyTagClassName
{
color: #740977;
}
</style>
background-color css
<style>
a { background-color: #740977; }
a { background-color: rgb(116,9,119); }
div.DivClassName
{
background-color: #740977;
}
.BgClassName
{
background-color: #740977;
}
</style>
border-color css
<style>
span { border-color: #740977; }
span { border-color: rgb(116,9,119); }
td.TdClassName
{
border-color: #740977;
}
.TagClassName
{
border-color: #740977;
}
</style>