Shades of Purple #74047C
Tints of Purple #74047C
RGB
CMYK
RGB Variations
Color information
#74047C (or 0x74047C) is known color: Purple. HEX triplet: 74, 04 and 7C. RGB value is (116,4,124). Sum of RGB (Red+Green+Blue) = 116+4+124=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #74047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74047C is #8BFB83. Grayscale: #323232. Windows color (decimal): -9173892 or 8127604. OLE color: 8127604.
HSL color Cylindrical-coordinate representation of color #74047C: hue angle of 296º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74047C is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 4 | 124 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.51 |
| HSL | 296º | 0.94% | 0.25% | - |
| HSV(B) | 296º | 0.97% | 0.49% | - |
| XYZ | 10.88 | 5.26 | 19.51 | - |
| YUV | 51.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 124 | 0.06 | 0.97 | 0 | 0.51 | 296 | 0.94 | 0.25 |
| Hex | 74 | 4 | 7C | 6 | 61 | 0 | 33 | 128 | 5E | 19 |
| Octal | 164 | 4 | 174 | 6 | 141 | 0 | 63 | 450 | 136 | 31 |
| Binary | 1110100 | 100 | 1111100 | 110 | 1100001 | 0 | 110011 | 100101000 | 1011110 | 11001 |
Color Harmonies of #74047C
Complementary color
Monochromatic Colors of #74047C
Black with #74047C
Text Example
Text Example
White with #74047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74047C; }
p { color: rgb(116,4,124); }
H1.HeaderClassName
{
color: #74047C;
}
.AnyTagClassName
{
color: #74047C;
}
</style>
background-color css
<style>
a { background-color: #74047C; }
a { background-color: rgb(116,4,124); }
div.DivClassName
{
background-color: #74047C;
}
.BgClassName
{
background-color: #74047C;
}
</style>
border-color css
<style>
span { border-color: #74047C; }
span { border-color: rgb(116,4,124); }
td.TdClassName
{
border-color: #74047C;
}
.TagClassName
{
border-color: #74047C;
}
</style>