Shades of Purple #740176
Tints of Purple #740176
RGB
CMYK
RGB Variations
Color information
#740176 (or 0x740176) is known color: Purple. HEX triplet: 74, 01 and 76. RGB value is (116,1,118). Sum of RGB (Red+Green+Blue) = 116+1+118=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #740176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740176 is #8BFE89. Grayscale: #303030. Windows color (decimal): -9174666 or 7733620. OLE color: 7733620.
HSL color Cylindrical-coordinate representation of color #740176: hue angle of 298.97º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740176 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 1 | 118 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.54 |
| HSL | 298.97º | 0.98% | 0.23% | - |
| HSV(B) | 298.97º | 0.99% | 0.46% | - |
| XYZ | 10.48 | 5.04 | 17.56 | - |
| YUV | 48.72 | 167.1 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 118 | 0.02 | 0.99 | 0 | 0.54 | 298.97 | 0.98 | 0.23 |
| Hex | 74 | 1 | 76 | 2 | 63 | 0 | 36 | 12B | 62 | 17 |
| Octal | 164 | 1 | 166 | 2 | 143 | 0 | 66 | 453 | 142 | 27 |
| Binary | 1110100 | 1 | 1110110 | 10 | 1100011 | 0 | 110110 | 100101011 | 1100010 | 10111 |
Color Harmonies of #740176
Complementary color
Monochromatic Colors of #740176
Black with #740176
Text Example
Text Example
White with #740176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740176; }
p { color: rgb(116,1,118); }
H1.HeaderClassName
{
color: #740176;
}
.AnyTagClassName
{
color: #740176;
}
</style>
background-color css
<style>
a { background-color: #740176; }
a { background-color: rgb(116,1,118); }
div.DivClassName
{
background-color: #740176;
}
.BgClassName
{
background-color: #740176;
}
</style>
border-color css
<style>
span { border-color: #740176; }
span { border-color: rgb(116,1,118); }
td.TdClassName
{
border-color: #740176;
}
.TagClassName
{
border-color: #740176;
}
</style>