#7E0784

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

Shades of Purple #7E0784

Tints of Purple #7E0784

Color information

#7E0784 (or 0x7E0784) is unknown color: approx Purple. HEX triplet: 7E, 07 and 84. RGB value is (126,7,132). Sum of RGB (Red+Green+Blue) = 126+7+132=265 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.55% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #7E0784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0784 is #81F87B. Grayscale: #383838. Windows color (decimal): -8517756 or 8652670. OLE color: 8652670.

HSL color Cylindrical-coordinate representation of color #7E0784: hue angle of 297.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E0784 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1267132-
CMYK0.050.9500.48
HSL297.12º89.93%27.25%-
HSV(B)297.12º94.7%51.76%-
XYZ12.856.2522.36-
YUV56.83170.42177.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.55%
GREEN value IS 7 (3.12% from 255) = 2.64%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=47.55%
G=2.64%
B=49.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12671320.050.9500.48297.1289.9327.25
Hex7E78455F0301295a1b
Octal1767204513706045113233
Binary11111101111000010010110111110110000100101001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,7,132); }

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

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

 a { background-color: rgb(126,7,132); }

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

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

 span { border-color: rgb(126,7,132); }

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