#7E0175

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

Shades of Purple #7E0175

Tints of Purple #7E0175

Color information

#7E0175 (or 0x7E0175) is unknown color: approx Purple. HEX triplet: 7E, 01 and 75. RGB value is (126,1,117). Sum of RGB (Red+Green+Blue) = 126+1+117=244 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.64% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0175 is #81FE8A. Grayscale: #333333. Windows color (decimal): -8519307 or 7668094. OLE color: 7668094.

HSL color Cylindrical-coordinate representation of color #7E0175: hue angle of 304.32º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E0175 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB1261117-
CMYK00.990.070.51
HSL304.32º98.43%24.9%-
HSV(B)304.32º99.21%49.41%-
XYZ11.835.7417.31-
YUV51.6164.91181.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.64%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=51.64%
G=0.41%
B=47.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126111700.990.070.51304.3298.4324.9
Hex7E1750637331306219
Octal1761165014376346014231
Binary11111101111010101100011111110011100110000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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