Shades of Purple #7C0074
Tints of Purple #7C0074
RGB
CMYK
RGB Variations
Color information
#7C0074 (or 0x7C0074) is known color: Purple. HEX triplet: 7C, 00 and 74. RGB value is (124,0,116). Sum of RGB (Red+Green+Blue) = 124+0+116=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0074 is #83FF8B. Grayscale: #313131. Windows color (decimal): -8650636 or 7602300. OLE color: 7602300.
HSL color Cylindrical-coordinate representation of color #7C0074: hue angle of 303.87º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C0074 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.06 | 0.51 |
| HSL | 303.87º | 1% | 0.24% | - |
| HSV(B) | 303.87º | 1% | 0.49% | - |
| XYZ | 11.46 | 5.55 | 16.99 | - |
| YUV | 50.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 116 | 0 | 1 | 0.06 | 0.51 | 303.87 | 1 | 0.24 |
| Hex | 7C | 0 | 74 | 0 | 64 | 6 | 33 | 130 | 64 | 18 |
| Octal | 174 | 0 | 164 | 0 | 144 | 6 | 63 | 460 | 144 | 30 |
| Binary | 1111100 | 0 | 1110100 | 0 | 1100100 | 110 | 110011 | 100110000 | 1100100 | 11000 |
Color Harmonies of #7C0074
Complementary color
Monochromatic Colors of #7C0074
Black with #7C0074
Text Example
Text Example
White with #7C0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0074; }
p { color: rgb(124,0,116); }
H1.HeaderClassName
{
color: #7C0074;
}
.AnyTagClassName
{
color: #7C0074;
}
</style>
background-color css
<style>
a { background-color: #7C0074; }
a { background-color: rgb(124,0,116); }
div.DivClassName
{
background-color: #7C0074;
}
.BgClassName
{
background-color: #7C0074;
}
</style>
border-color css
<style>
span { border-color: #7C0074; }
span { border-color: rgb(124,0,116); }
td.TdClassName
{
border-color: #7C0074;
}
.TagClassName
{
border-color: #7C0074;
}
</style>