#7E0972

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

Shades of Purple #7E0972

Tints of Purple #7E0972

Color information

#7E0972 (or 0x7E0972) is unknown color: approx Purple. HEX triplet: 7E, 09 and 72. RGB value is (126,9,114). Sum of RGB (Red+Green+Blue) = 126+9+114=249 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.60% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0972 is #81F68D. Grayscale: #373737. Windows color (decimal): -8517262 or 7473534. OLE color: 7473534.

HSL color Cylindrical-coordinate representation of color #7E0972: hue angle of 306.15º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E0972 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB1269114-
CMYK00.930.100.51
HSL306.15º86.67%26.47%-
HSV(B)306.15º92.86%49.41%-
XYZ11.745.8516.43-
YUV55.95160.76177.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50.60%
GREEN value IS 9 (3.91% from 255) = 3.61%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=50.60%
G=3.61%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126911400.930.100.51306.1586.6726.47
Hex7E97205DA33132571a
Octal176111620135126346212732
Binary111111010011110010010111011010110011100110010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,9,114); }

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

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

 a { background-color: rgb(126,9,114); }

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

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

 span { border-color: rgb(126,9,114); }

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