#7E0974

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

Shades of Purple #7E0974

Tints of Purple #7E0974

Color information

#7E0974 (or 0x7E0974) is unknown color: approx Purple. HEX triplet: 7E, 09 and 74. RGB value is (126,9,116). Sum of RGB (Red+Green+Blue) = 126+9+116=251 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.20% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0974 is #81F68B. Grayscale: #373737. Windows color (decimal): -8517260 or 7604606. OLE color: 7604606.

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

Color convert

RGB1269116-
CMYK00.930.080.51
HSL305.13º86.67%26.47%-
HSV(B)305.13º92.86%49.41%-
XYZ11.855.8917.04-
YUV56.18161.76177.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50.20%
GREEN value IS 9 (3.91% from 255) = 3.59%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=50.20%
G=3.59%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126911600.930.080.51305.1386.6726.47
Hex7E97405D833131571a
Octal176111640135106346112732
Binary111111010011110100010111011000110011100110001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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