Shades of Purple #7C0870
Tints of Purple #7C0870
RGB
CMYK
RGB Variations
Color information
#7C0870 (or 0x7C0870) is known color: Purple. HEX triplet: 7C, 08 and 70. RGB value is (124,8,112). Sum of RGB (Red+Green+Blue) = 124+8+112=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0870 is #83F78F. Grayscale: #363636. Windows color (decimal): -8648592 or 7342204. OLE color: 7342204.
HSL color Cylindrical-coordinate representation of color #7C0870: hue angle of 306.21º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0870 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 112 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.51 |
| HSL | 306.21º | 0.88% | 0.26% | - |
| HSV(B) | 306.21º | 0.94% | 0.49% | - |
| XYZ | 11.32 | 5.63 | 15.82 | - |
| YUV | 54.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 112 | 0 | 0.94 | 0.10 | 0.51 | 306.21 | 0.88 | 0.26 |
| Hex | 7C | 8 | 70 | 0 | 5E | A | 33 | 132 | 58 | 1A |
| Octal | 174 | 10 | 160 | 0 | 136 | 12 | 63 | 462 | 130 | 32 |
| Binary | 1111100 | 1000 | 1110000 | 0 | 1011110 | 1010 | 110011 | 100110010 | 1011000 | 11010 |
Color Harmonies of #7C0870
Complementary color
Monochromatic Colors of #7C0870
Black with #7C0870
Text Example
Text Example
White with #7C0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0870; }
p { color: rgb(124,8,112); }
H1.HeaderClassName
{
color: #7C0870;
}
.AnyTagClassName
{
color: #7C0870;
}
</style>
background-color css
<style>
a { background-color: #7C0870; }
a { background-color: rgb(124,8,112); }
div.DivClassName
{
background-color: #7C0870;
}
.BgClassName
{
background-color: #7C0870;
}
</style>
border-color css
<style>
span { border-color: #7C0870; }
span { border-color: rgb(124,8,112); }
td.TdClassName
{
border-color: #7C0870;
}
.TagClassName
{
border-color: #7C0870;
}
</style>