#7E2075

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

Shades of Dark Purple #7E2075

Tints of Dark Purple #7E2075

Color information

#7E2075 (or 0x7E2075) is unknown color: approx Dark Purple. HEX triplet: 7E, 20 and 75. RGB value is (126,32,117). Sum of RGB (Red+Green+Blue) = 126+32+117=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2075 is #81DF8A. Grayscale: #454545. Windows color (decimal): -8511371 or 7676030. OLE color: 7676030.

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

Color convert

RGB12632117-
CMYK00.750.070.51
HSL305.74º59.49%30.98%-
HSV(B)305.74º74.6%49.41%-
XYZ12.336.7517.48-
YUV69.8154.64168.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.82%
GREEN value IS 32 (12.89% from 255) = 11.64%
BLUE value IS 117 (46.09% from 255) = 42.55%
R=45.82%
G=11.64%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1263211700.750.070.51305.7459.4930.98
Hex7E207504B7331323b1f
Octal1764016501137634627337
Binary111111010000011101010100101111111001110011001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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