#7C026D

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

Shades of Purple #7C026D

Tints of Purple #7C026D

Color information

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

RGB1242109-
CMYK00.980.120.51
HSL307.38º96.83%24.71%-
HSV(B)307.38º98.39%48.63%-
XYZ11.095.4314.93-
YUV50.68160.92180.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.77%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 109 (42.97% from 255) = 46.38%
R=52.77%
G=0.85%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124210900.980.120.51307.3896.8324.71
Hex7C26D062C331336119
Octal17421550142146346314131
Binary1111100101101101011000101100110011100110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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