Shades of Purple #7C0675
Tints of Purple #7C0675
RGB
CMYK
RGB Variations
Color information
#7C0675 (or 0x7C0675) is known color: Purple. HEX triplet: 7C, 06 and 75. RGB value is (124,6,117). Sum of RGB (Red+Green+Blue) = 124+6+117=247 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.20% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0675 is #83F98A. Grayscale: #353535. Windows color (decimal): -8649099 or 7669372. OLE color: 7669372.
HSL color Cylindrical-coordinate representation of color #7C0675: hue angle of 303.56º 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 #7C0675 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 6 | 117 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.51 |
| HSL | 303.56º | 0.91% | 0.25% | - |
| HSV(B) | 303.56º | 0.95% | 0.49% | - |
| XYZ | 11.59 | 5.7 | 17.32 | - |
| YUV | 53.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 117 | 0 | 0.95 | 0.06 | 0.51 | 303.56 | 0.91 | 0.25 |
| Hex | 7C | 6 | 75 | 0 | 5F | 6 | 33 | 130 | 5B | 19 |
| Octal | 174 | 6 | 165 | 0 | 137 | 6 | 63 | 460 | 133 | 31 |
| Binary | 1111100 | 110 | 1110101 | 0 | 1011111 | 110 | 110011 | 100110000 | 1011011 | 11001 |
Color Harmonies of #7C0675
Complementary color
Monochromatic Colors of #7C0675
Black with #7C0675
Text Example
Text Example
White with #7C0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0675; }
p { color: rgb(124,6,117); }
H1.HeaderClassName
{
color: #7C0675;
}
.AnyTagClassName
{
color: #7C0675;
}
</style>
background-color css
<style>
a { background-color: #7C0675; }
a { background-color: rgb(124,6,117); }
div.DivClassName
{
background-color: #7C0675;
}
.BgClassName
{
background-color: #7C0675;
}
</style>
border-color css
<style>
span { border-color: #7C0675; }
span { border-color: rgb(124,6,117); }
td.TdClassName
{
border-color: #7C0675;
}
.TagClassName
{
border-color: #7C0675;
}
</style>