#7E207C

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

Shades of Dark Purple #7E207C

Tints of Dark Purple #7E207C

Color information

#7E207C (or 0x7E207C) is unknown color: approx Dark Purple. HEX triplet: 7E, 20 and 7C. RGB value is (126,32,124). Sum of RGB (Red+Green+Blue) = 126+32+124=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 126 - color contains mainly: red. Hex color #7E207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E207C is #81DF83. Grayscale: #464646. Windows color (decimal): -8511364 or 8134782. OLE color: 8134782.

HSL color Cylindrical-coordinate representation of color #7E207C: hue angle of 301.28º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E207C is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB12632124-
CMYK00.750.020.51
HSL301.28º59.49%30.98%-
HSV(B)301.28º74.6%49.41%-
XYZ12.766.9219.73-
YUV70.59158.14167.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.68%
GREEN value IS 32 (12.89% from 255) = 11.35%
BLUE value IS 124 (48.83% from 255) = 43.97%
R=44.68%
G=11.35%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1263212400.750.020.51301.2859.4930.98
Hex7E207C04B23312d3b1f
Octal1764017401132634557337
Binary11111101000001111100010010111011001110010110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,32,124); }

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

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

 a { background-color: rgb(126,32,124); }

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

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

 span { border-color: rgb(126,32,124); }

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