Shades of Purple #7C0A6C
Tints of Purple #7C0A6C
RGB
CMYK
RGB Variations
Color information
#7C0A6C (or 0x7C0A6C) is known color: Purple. HEX triplet: 7C, 0A and 6C. RGB value is (124,10,108). Sum of RGB (Red+Green+Blue) = 124+10+108=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0A6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0A6C is #83F593. Grayscale: #363636. Windows color (decimal): -8648084 or 7080572. OLE color: 7080572.
HSL color Cylindrical-coordinate representation of color #7C0A6C: hue angle of 308.42º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C0A6C is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 10 | 108 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.51 |
| HSL | 308.42º | 0.85% | 0.26% | - |
| HSV(B) | 308.42º | 0.92% | 0.49% | - |
| XYZ | 11.13 | 5.58 | 14.68 | - |
| YUV | 55.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 10 | 108 | 0 | 0.92 | 0.13 | 0.51 | 308.42 | 0.85 | 0.26 |
| Hex | 7C | A | 6C | 0 | 5C | D | 33 | 134 | 55 | 1A |
| Octal | 174 | 12 | 154 | 0 | 134 | 15 | 63 | 464 | 125 | 32 |
| Binary | 1111100 | 1010 | 1101100 | 0 | 1011100 | 1101 | 110011 | 100110100 | 1010101 | 11010 |
Color Harmonies of #7C0A6C
Complementary color
Monochromatic Colors of #7C0A6C
Black with #7C0A6C
Text Example
Text Example
White with #7C0A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0A6C; }
p { color: rgb(124,10,108); }
H1.HeaderClassName
{
color: #7C0A6C;
}
.AnyTagClassName
{
color: #7C0A6C;
}
</style>
background-color css
<style>
a { background-color: #7C0A6C; }
a { background-color: rgb(124,10,108); }
div.DivClassName
{
background-color: #7C0A6C;
}
.BgClassName
{
background-color: #7C0A6C;
}
</style>
border-color css
<style>
span { border-color: #7C0A6C; }
span { border-color: rgb(124,10,108); }
td.TdClassName
{
border-color: #7C0A6C;
}
.TagClassName
{
border-color: #7C0A6C;
}
</style>