Shades of Purple #7C0688
Tints of Purple #7C0688
RGB
CMYK
RGB Variations
Color information
#7C0688 (or 0x7C0688) is known color: Purple. HEX triplet: 7C, 06 and 88. RGB value is (124,6,136). Sum of RGB (Red+Green+Blue) = 124+6+136=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #7C0688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0688 is #83F977. Grayscale: #373737. Windows color (decimal): -8649080 or 8914556. OLE color: 8914556.
HSL color Cylindrical-coordinate representation of color #7C0688: hue angle of 294.46º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0688 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 6 | 136 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.47 |
| HSL | 294.46º | 0.92% | 0.28% | - |
| HSV(B) | 294.46º | 0.96% | 0.53% | - |
| XYZ | 12.82 | 6.19 | 23.81 | - |
| YUV | 56.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 136 | 0.09 | 0.96 | 0 | 0.47 | 294.46 | 0.92 | 0.28 |
| Hex | 7C | 6 | 88 | 9 | 60 | 0 | 2F | 126 | 5C | 1C |
| Octal | 174 | 6 | 210 | 11 | 140 | 0 | 57 | 446 | 134 | 34 |
| Binary | 1111100 | 110 | 10001000 | 1001 | 1100000 | 0 | 101111 | 100100110 | 1011100 | 11100 |
Color Harmonies of #7C0688
Complementary color
Monochromatic Colors of #7C0688
Black with #7C0688
Text Example
Text Example
White with #7C0688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0688; }
p { color: rgb(124,6,136); }
H1.HeaderClassName
{
color: #7C0688;
}
.AnyTagClassName
{
color: #7C0688;
}
</style>
background-color css
<style>
a { background-color: #7C0688; }
a { background-color: rgb(124,6,136); }
div.DivClassName
{
background-color: #7C0688;
}
.BgClassName
{
background-color: #7C0688;
}
</style>
border-color css
<style>
span { border-color: #7C0688; }
span { border-color: rgb(124,6,136); }
td.TdClassName
{
border-color: #7C0688;
}
.TagClassName
{
border-color: #7C0688;
}
</style>