Shades of Purple #740076
Tints of Purple #740076
RGB
CMYK
RGB Variations
Color information
#740076 (or 0x740076) is known color: Purple. HEX triplet: 74, 00 and 76. RGB value is (116,0,118). Sum of RGB (Red+Green+Blue) = 116+0+118=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #740076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740076 is #8BFF89. Grayscale: #2F2F2F. Windows color (decimal): -9174922 or 7733364. OLE color: 7733364.
HSL color Cylindrical-coordinate representation of color #740076: hue angle of 298.98º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740076 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 0 | 118 | - |
| CMYK | 0.02 | 1 | 0 | 0.54 |
| HSL | 298.98º | 1% | 0.23% | - |
| HSV(B) | 298.98º | 1% | 0.46% | - |
| XYZ | 10.47 | 5.02 | 17.56 | - |
| YUV | 48.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 118 | 0.02 | 1 | 0 | 0.54 | 298.98 | 1 | 0.23 |
| Hex | 74 | 0 | 76 | 2 | 64 | 0 | 36 | 12B | 64 | 17 |
| Octal | 164 | 0 | 166 | 2 | 144 | 0 | 66 | 453 | 144 | 27 |
| Binary | 1110100 | 0 | 1110110 | 10 | 1100100 | 0 | 110110 | 100101011 | 1100100 | 10111 |
Color Harmonies of #740076
Complementary color
Monochromatic Colors of #740076
Black with #740076
Text Example
Text Example
White with #740076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740076; }
p { color: rgb(116,0,118); }
H1.HeaderClassName
{
color: #740076;
}
.AnyTagClassName
{
color: #740076;
}
</style>
background-color css
<style>
a { background-color: #740076; }
a { background-color: rgb(116,0,118); }
div.DivClassName
{
background-color: #740076;
}
.BgClassName
{
background-color: #740076;
}
</style>
border-color css
<style>
span { border-color: #740076; }
span { border-color: rgb(116,0,118); }
td.TdClassName
{
border-color: #740076;
}
.TagClassName
{
border-color: #740076;
}
</style>