Shades of Purple #7C0474
Tints of Purple #7C0474
RGB
CMYK
RGB Variations
Color information
#7C0474 (or 0x7C0474) is known color: Purple. HEX triplet: 7C, 04 and 74. RGB value is (124,4,116). Sum of RGB (Red+Green+Blue) = 124+4+116=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0474 is #83FB8B. Grayscale: #343434. Windows color (decimal): -8649612 or 7603324. OLE color: 7603324.
HSL color Cylindrical-coordinate representation of color #7C0474: hue angle of 304º 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 #7C0474 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 116 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.51 |
| HSL | 304º | 0.94% | 0.25% | - |
| HSV(B) | 304º | 0.97% | 0.49% | - |
| XYZ | 11.51 | 5.63 | 17 | - |
| YUV | 52.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 116 | 0 | 0.97 | 0.06 | 0.51 | 304 | 0.94 | 0.25 |
| Hex | 7C | 4 | 74 | 0 | 61 | 6 | 33 | 130 | 5E | 19 |
| Octal | 174 | 4 | 164 | 0 | 141 | 6 | 63 | 460 | 136 | 31 |
| Binary | 1111100 | 100 | 1110100 | 0 | 1100001 | 110 | 110011 | 100110000 | 1011110 | 11001 |
Color Harmonies of #7C0474
Complementary color
Monochromatic Colors of #7C0474
Black with #7C0474
Text Example
Text Example
White with #7C0474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0474; }
p { color: rgb(124,4,116); }
H1.HeaderClassName
{
color: #7C0474;
}
.AnyTagClassName
{
color: #7C0474;
}
</style>
background-color css
<style>
a { background-color: #7C0474; }
a { background-color: rgb(124,4,116); }
div.DivClassName
{
background-color: #7C0474;
}
.BgClassName
{
background-color: #7C0474;
}
</style>
border-color css
<style>
span { border-color: #7C0474; }
span { border-color: rgb(124,4,116); }
td.TdClassName
{
border-color: #7C0474;
}
.TagClassName
{
border-color: #7C0474;
}
</style>