Shades of Purple #740476
Tints of Purple #740476
RGB
CMYK
RGB Variations
Color information
#740476 (or 0x740476) is known color: Purple. HEX triplet: 74, 04 and 76. RGB value is (116,4,118). Sum of RGB (Red+Green+Blue) = 116+4+118=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #740476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740476 is #8BFB89. Grayscale: #323232. Windows color (decimal): -9173898 or 7734388. OLE color: 7734388.
HSL color Cylindrical-coordinate representation of color #740476: hue angle of 298.95º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740476 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 4 | 118 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.54 |
| HSL | 298.95º | 0.93% | 0.24% | - |
| HSV(B) | 298.95º | 0.97% | 0.46% | - |
| XYZ | 10.52 | 5.11 | 17.57 | - |
| YUV | 50.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 118 | 0.02 | 0.97 | 0 | 0.54 | 298.95 | 0.93 | 0.24 |
| Hex | 74 | 4 | 76 | 2 | 61 | 0 | 36 | 12B | 5D | 18 |
| Octal | 164 | 4 | 166 | 2 | 141 | 0 | 66 | 453 | 135 | 30 |
| Binary | 1110100 | 100 | 1110110 | 10 | 1100001 | 0 | 110110 | 100101011 | 1011101 | 11000 |
Color Harmonies of #740476
Complementary color
Monochromatic Colors of #740476
Black with #740476
Text Example
Text Example
White with #740476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740476; }
p { color: rgb(116,4,118); }
H1.HeaderClassName
{
color: #740476;
}
.AnyTagClassName
{
color: #740476;
}
</style>
background-color css
<style>
a { background-color: #740476; }
a { background-color: rgb(116,4,118); }
div.DivClassName
{
background-color: #740476;
}
.BgClassName
{
background-color: #740476;
}
</style>
border-color css
<style>
span { border-color: #740476; }
span { border-color: rgb(116,4,118); }
td.TdClassName
{
border-color: #740476;
}
.TagClassName
{
border-color: #740476;
}
</style>