Shades of Purple #7C026D
Tints of Purple #7C026D
RGB
CMYK
RGB Variations
Color information
#7C026D (or 0x7C026D) is known color: Purple. HEX triplet: 7C, 02 and 6D. RGB value is (124,2,109). Sum of RGB (Red+Green+Blue) = 124+2+109=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C026D is #83FD92. Grayscale: #323232. Windows color (decimal): -8650131 or 7144060. OLE color: 7144060.
HSL color Cylindrical-coordinate representation of color #7C026D: hue angle of 307.38º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C026D is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 2 | 109 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.51 |
| HSL | 307.38º | 0.97% | 0.25% | - |
| HSV(B) | 307.38º | 0.98% | 0.49% | - |
| XYZ | 11.09 | 5.43 | 14.93 | - |
| YUV | 50.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 109 | 0 | 0.98 | 0.12 | 0.51 | 307.38 | 0.97 | 0.25 |
| Hex | 7C | 2 | 6D | 0 | 62 | C | 33 | 133 | 61 | 19 |
| Octal | 174 | 2 | 155 | 0 | 142 | 14 | 63 | 463 | 141 | 31 |
| Binary | 1111100 | 10 | 1101101 | 0 | 1100010 | 1100 | 110011 | 100110011 | 1100001 | 11001 |
Color Harmonies of #7C026D
Complementary color
Monochromatic Colors of #7C026D
Black with #7C026D
Text Example
Text Example
White with #7C026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C026D; }
p { color: rgb(124,2,109); }
H1.HeaderClassName
{
color: #7C026D;
}
.AnyTagClassName
{
color: #7C026D;
}
</style>
background-color css
<style>
a { background-color: #7C026D; }
a { background-color: rgb(124,2,109); }
div.DivClassName
{
background-color: #7C026D;
}
.BgClassName
{
background-color: #7C026D;
}
</style>
border-color css
<style>
span { border-color: #7C026D; }
span { border-color: rgb(124,2,109); }
td.TdClassName
{
border-color: #7C026D;
}
.TagClassName
{
border-color: #7C026D;
}
</style>