#7E0B78

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

Shades of Purple #7E0B78

Tints of Purple #7E0B78

Color information

#7E0B78 (or 0x7E0B78) is unknown color: approx Purple. HEX triplet: 7E, 0B and 78. RGB value is (126,11,120). Sum of RGB (Red+Green+Blue) = 126+11+120=257 (34% of max value = 765). Red value is 126 (49.61% from 255 or 49.03% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0B78 is #81F487. Grayscale: #393939. Windows color (decimal): -8516744 or 7867262. OLE color: 7867262.

HSL color Cylindrical-coordinate representation of color #7E0B78: hue angle of 303.13º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E0B78 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB12611120-
CMYK00.910.050.51
HSL303.13º83.94%26.86%-
HSV(B)303.13º91.27%49.41%-
XYZ12.116.0318.29-
YUV57.81163.1176.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 49.03%
GREEN value IS 11 (4.69% from 255) = 4.28%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=49.03%
G=4.28%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261112000.910.050.51303.1383.9426.86
Hex7EB7805B53312f541b
Octal17613170013356345712433
Binary11111101011111100001011011101110011100101111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,11,120); }

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

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

 a { background-color: rgb(126,11,120); }

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

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

 span { border-color: rgb(126,11,120); }

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