Shades of Purple #740877
Tints of Purple #740877
RGB
CMYK
RGB Variations
Color information
#740877 (or 0x740877) is known color: Purple. HEX triplet: 74, 08 and 77. RGB value is (116,8,119). Sum of RGB (Red+Green+Blue) = 116+8+119=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #740877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740877 is #8BF788. Grayscale: #343434. Windows color (decimal): -9172873 or 7800948. OLE color: 7800948.
HSL color Cylindrical-coordinate representation of color #740877: hue angle of 298.38º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740877 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 8 | 119 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.53 |
| HSL | 298.38º | 0.87% | 0.25% | - |
| HSV(B) | 298.38º | 0.93% | 0.47% | - |
| XYZ | 10.62 | 5.22 | 17.9 | - |
| YUV | 52.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 119 | 0.03 | 0.93 | 0 | 0.53 | 298.38 | 0.87 | 0.25 |
| Hex | 74 | 8 | 77 | 3 | 5D | 0 | 35 | 12A | 57 | 19 |
| Octal | 164 | 10 | 167 | 3 | 135 | 0 | 65 | 452 | 127 | 31 |
| Binary | 1110100 | 1000 | 1110111 | 11 | 1011101 | 0 | 110101 | 100101010 | 1010111 | 11001 |
Color Harmonies of #740877
Complementary color
Monochromatic Colors of #740877
Black with #740877
Text Example
Text Example
White with #740877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740877; }
p { color: rgb(116,8,119); }
H1.HeaderClassName
{
color: #740877;
}
.AnyTagClassName
{
color: #740877;
}
</style>
background-color css
<style>
a { background-color: #740877; }
a { background-color: rgb(116,8,119); }
div.DivClassName
{
background-color: #740877;
}
.BgClassName
{
background-color: #740877;
}
</style>
border-color css
<style>
span { border-color: #740877; }
span { border-color: rgb(116,8,119); }
td.TdClassName
{
border-color: #740877;
}
.TagClassName
{
border-color: #740877;
}
</style>