#7C0276

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

Shades of Purple #7C0276

Tints of Purple #7C0276

Color information

#7C0276 (or 0x7C0276) is unknown color: approx Purple. HEX triplet: 7C, 02 and 76. RGB value is (124,2,118). Sum of RGB (Red+Green+Blue) = 124+2+118=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0276 is #83FD89. Grayscale: #333333. Windows color (decimal): -8650122 or 7733884. OLE color: 7733884.

HSL color Cylindrical-coordinate representation of color #7C0276: hue angle of 302.95º 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 #7C0276 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB1242118-
CMYK00.980.050.51
HSL302.95º96.83%24.71%-
HSV(B)302.95º98.39%48.63%-
XYZ11.65.6417.62-
YUV51.7165.42179.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.82%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=50.82%
G=0.82%
B=48.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124211800.980.050.51302.9596.8324.71
Hex7C27606253312f6119
Octal1742166014256345714131
Binary111110010111011001100010101110011100101111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C0276; }

 p { color: rgb(124,2,118); }

 H1.HeaderClassName
 {
   color: #7C0276;
 }
 .AnyTagClassName
 {
   color: #7C0276;
 }
</style>
background-color css

<style>
 a { background-color: #7C0276; }

 a { background-color: rgb(124,2,118); }

 div.DivClassName
 {
   background-color: #7C0276;
 }
 .BgClassName
 {
   background-color: #7C0276;
 }
</style>
border-color css

<style>
 span { border-color: #7C0276; }

 span { border-color: rgb(124,2,118); }

 td.TdClassName
 {
   border-color: #7C0276;
 }
 .TagClassName
 {
   border-color: #7C0276;
 }
</style>