#7E206F

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

Shades of Dark Purple #7E206F

Tints of Dark Purple #7E206F

Color information

#7E206F (or 0x7E206F) is unknown color: approx Dark Purple. HEX triplet: 7E, 20 and 6F. RGB value is (126,32,111). Sum of RGB (Red+Green+Blue) = 126+32+111=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E206F is #81DF90. Grayscale: #444444. Windows color (decimal): -8511377 or 7282814. OLE color: 7282814.

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

Color convert

RGB12632111-
CMYK00.750.120.51
HSL309.57º59.49%30.98%-
HSV(B)309.57º74.6%49.41%-
XYZ11.996.6215.68-
YUV69.11151.64168.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.84%
GREEN value IS 32 (12.89% from 255) = 11.90%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=46.84%
G=11.90%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1263211100.750.120.51309.5759.4930.98
Hex7E206F04BC331363b1f
Octal17640157011314634667337
Binary1111110100000110111101001011110011001110011011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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