Shades of Purple #7C0674
Tints of Purple #7C0674
RGB
CMYK
RGB Variations
Color information
#7C0674 (or 0x7C0674) is known color: Purple. HEX triplet: 7C, 06 and 74. RGB value is (124,6,116). Sum of RGB (Red+Green+Blue) = 124+6+116=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0674 is #83F98B. Grayscale: #353535. Windows color (decimal): -8649100 or 7603836. OLE color: 7603836.
HSL color Cylindrical-coordinate representation of color #7C0674: hue angle of 304.07º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0674 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 6 | 116 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.51 |
| HSL | 304.07º | 0.91% | 0.25% | - |
| HSV(B) | 304.07º | 0.95% | 0.49% | - |
| XYZ | 11.53 | 5.68 | 17.01 | - |
| YUV | 53.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 116 | 0 | 0.95 | 0.06 | 0.51 | 304.07 | 0.91 | 0.25 |
| Hex | 7C | 6 | 74 | 0 | 5F | 6 | 33 | 130 | 5B | 19 |
| Octal | 174 | 6 | 164 | 0 | 137 | 6 | 63 | 460 | 133 | 31 |
| Binary | 1111100 | 110 | 1110100 | 0 | 1011111 | 110 | 110011 | 100110000 | 1011011 | 11001 |
Color Harmonies of #7C0674
Complementary color
Monochromatic Colors of #7C0674
Black with #7C0674
Text Example
Text Example
White with #7C0674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0674; }
p { color: rgb(124,6,116); }
H1.HeaderClassName
{
color: #7C0674;
}
.AnyTagClassName
{
color: #7C0674;
}
</style>
background-color css
<style>
a { background-color: #7C0674; }
a { background-color: rgb(124,6,116); }
div.DivClassName
{
background-color: #7C0674;
}
.BgClassName
{
background-color: #7C0674;
}
</style>
border-color css
<style>
span { border-color: #7C0674; }
span { border-color: rgb(124,6,116); }
td.TdClassName
{
border-color: #7C0674;
}
.TagClassName
{
border-color: #7C0674;
}
</style>