#7C028E

Color #7C028E Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #7C028E

Tints of Purple #7C028E

Color information

#7C028E (or 0x7C028E) is unknown color: approx 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

RGB1242142-
CMYK0.130.9900.44
HSL292.29º97.22%28.24%-
HSV(B)292.29º98.59%55.69%-
XYZ13.226.2826.11-
YUV54.44177.42177.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 46.27%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=46.27%
G=0.75%
B=52.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12421420.130.9900.44292.2997.2228.24
Hex7C28ED6302C124611c
Octal17422161514305444414134
Binary11111001010001110110111000110101100100100100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C028E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>