Shades of Purple #7C0C73
Tints of Purple #7C0C73
RGB
CMYK
RGB Variations
Color information
#7C0C73 (or 0x7C0C73) is known color: Purple. HEX triplet: 7C, 0C and 73. RGB value is (124,12,115). Sum of RGB (Red+Green+Blue) = 124+12+115=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0C73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0C73 is #83F38C. Grayscale: #383838. Windows color (decimal): -8647565 or 7539836. OLE color: 7539836.
HSL color Cylindrical-coordinate representation of color #7C0C73: hue angle of 304.82º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0C73 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 12 | 115 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.51 |
| HSL | 304.82º | 0.82% | 0.27% | - |
| HSV(B) | 304.82º | 0.9% | 0.49% | - |
| XYZ | 11.54 | 5.79 | 16.73 | - |
| YUV | 57.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 12 | 115 | 0 | 0.90 | 0.07 | 0.51 | 304.82 | 0.82 | 0.27 |
| Hex | 7C | C | 73 | 0 | 5A | 7 | 33 | 131 | 52 | 1B |
| Octal | 174 | 14 | 163 | 0 | 132 | 7 | 63 | 461 | 122 | 33 |
| Binary | 1111100 | 1100 | 1110011 | 0 | 1011010 | 111 | 110011 | 100110001 | 1010010 | 11011 |
Color Harmonies of #7C0C73
Complementary color
Monochromatic Colors of #7C0C73
Black with #7C0C73
Text Example
Text Example
White with #7C0C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0C73; }
p { color: rgb(124,12,115); }
H1.HeaderClassName
{
color: #7C0C73;
}
.AnyTagClassName
{
color: #7C0C73;
}
</style>
background-color css
<style>
a { background-color: #7C0C73; }
a { background-color: rgb(124,12,115); }
div.DivClassName
{
background-color: #7C0C73;
}
.BgClassName
{
background-color: #7C0C73;
}
</style>
border-color css
<style>
span { border-color: #7C0C73; }
span { border-color: rgb(124,12,115); }
td.TdClassName
{
border-color: #7C0C73;
}
.TagClassName
{
border-color: #7C0C73;
}
</style>