#7B3379

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

Shades of Eminence #7B3379

Tints of Eminence #7B3379

Color information

#7B3379 (or 0x7B3379) is unknown color: approx Eminence. HEX triplet: 7B, 33 and 79. RGB value is (123,51,121). Sum of RGB (Red+Green+Blue) = 123+51+121=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3379 is #84CC86. Grayscale: #505050. Windows color (decimal): -8703111 or 7943035. OLE color: 7943035.

HSL color Cylindrical-coordinate representation of color #7B3379: hue angle of 301.67º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B3379 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB12351121-
CMYK00.590.020.52
HSL301.67º41.38%34.12%-
HSV(B)301.67º58.54%48.24%-
XYZ12.87.9618.95-
YUV80.51150.85158.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.69%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=41.69%
G=17.29%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1235112100.590.020.52301.6741.3834.12
Hex7B337903B23412e2922
Octal173631710732644565142
Binary11110111100111111001011101110110100100101110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,51,121); }

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

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

 a { background-color: rgb(123,51,121); }

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

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

 span { border-color: rgb(123,51,121); }

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