Shades of Purple #7C028E
Tints of Purple #7C028E
RGB
CMYK
RGB Variations
Color information
#7C028E (or 0x7C028E) is known color: Purple. HEX triplet: 7C, 02 and 8E. RGB value is (124,2,142). Sum of RGB (Red+Green+Blue) = 124+2+142=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C028E is #83FD71. Grayscale: #353535. Windows color (decimal): -8650098 or 9306748. OLE color: 9306748.
HSL color Cylindrical-coordinate representation of color #7C028E: hue angle of 292.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C028E is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 2 | 142 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.44 |
| HSL | 292.29º | 0.97% | 0.28% | - |
| HSV(B) | 292.29º | 0.99% | 0.56% | - |
| XYZ | 13.22 | 6.28 | 26.11 | - |
| YUV | 54.44 | 177.42 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 142 | 0.13 | 0.99 | 0 | 0.44 | 292.29 | 0.97 | 0.28 |
| Hex | 7C | 2 | 8E | D | 63 | 0 | 2C | 124 | 61 | 1C |
| Octal | 174 | 2 | 216 | 15 | 143 | 0 | 54 | 444 | 141 | 34 |
| Binary | 1111100 | 10 | 10001110 | 1101 | 1100011 | 0 | 101100 | 100100100 | 1100001 | 11100 |
Color Harmonies of #7C028E
Complementary color
Monochromatic Colors of #7C028E
Black with #7C028E
Text Example
Text Example
White with #7C028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C028E; }
p { color: rgb(124,2,142); }
H1.HeaderClassName
{
color: #7C028E;
}
.AnyTagClassName
{
color: #7C028E;
}
</style>
background-color css
<style>
a { background-color: #7C028E; }
a { background-color: rgb(124,2,142); }
div.DivClassName
{
background-color: #7C028E;
}
.BgClassName
{
background-color: #7C028E;
}
</style>
border-color css
<style>
span { border-color: #7C028E; }
span { border-color: rgb(124,2,142); }
td.TdClassName
{
border-color: #7C028E;
}
.TagClassName
{
border-color: #7C028E;
}
</style>