Shades of Purple #740876
Tints of Purple #740876
RGB
CMYK
RGB Variations
Color information
#740876 (or 0x740876) is known color: Purple. HEX triplet: 74, 08 and 76. RGB value is (116,8,118). Sum of RGB (Red+Green+Blue) = 116+8+118=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #740876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740876 is #8BF789. Grayscale: #343434. Windows color (decimal): -9172874 or 7735412. OLE color: 7735412.
HSL color Cylindrical-coordinate representation of color #740876: hue angle of 298.91º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740876 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 8 | 118 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.54 |
| HSL | 298.91º | 0.87% | 0.25% | - |
| HSV(B) | 298.91º | 0.93% | 0.46% | - |
| XYZ | 10.56 | 5.19 | 17.59 | - |
| YUV | 52.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 118 | 0.02 | 0.93 | 0 | 0.54 | 298.91 | 0.87 | 0.25 |
| Hex | 74 | 8 | 76 | 2 | 5D | 0 | 36 | 12B | 57 | 19 |
| Octal | 164 | 10 | 166 | 2 | 135 | 0 | 66 | 453 | 127 | 31 |
| Binary | 1110100 | 1000 | 1110110 | 10 | 1011101 | 0 | 110110 | 100101011 | 1010111 | 11001 |
Color Harmonies of #740876
Complementary color
Monochromatic Colors of #740876
Black with #740876
Text Example
Text Example
White with #740876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740876; }
p { color: rgb(116,8,118); }
H1.HeaderClassName
{
color: #740876;
}
.AnyTagClassName
{
color: #740876;
}
</style>
background-color css
<style>
a { background-color: #740876; }
a { background-color: rgb(116,8,118); }
div.DivClassName
{
background-color: #740876;
}
.BgClassName
{
background-color: #740876;
}
</style>
border-color css
<style>
span { border-color: #740876; }
span { border-color: rgb(116,8,118); }
td.TdClassName
{
border-color: #740876;
}
.TagClassName
{
border-color: #740876;
}
</style>