#7B3275

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

Shades of Eminence #7B3275

Tints of Eminence #7B3275

Color information

#7B3275 (or 0x7B3275) is unknown color: approx Eminence. HEX triplet: 7B, 32 and 75. RGB value is (123,50,117). Sum of RGB (Red+Green+Blue) = 123+50+117=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3275 is #84CD8A. Grayscale: #4F4F4F. Windows color (decimal): -8703371 or 7680635. OLE color: 7680635.

HSL color Cylindrical-coordinate representation of color #7B3275: hue angle of 304.93º degrees, saturation: 0.42, 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 #7B3275 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB12350117-
CMYK00.590.050.52
HSL304.93º42.2%33.92%-
HSV(B)304.93º59.35%48.24%-
XYZ12.527.7817.67-
YUV79.46149.18159.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.41%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=42.41%
G=17.24%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1235011700.590.050.52304.9342.233.92
Hex7B327503B5341312a22
Octal173621650735644615242
Binary111101111001011101010111011101110100100110001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,50,117); }

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

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

 a { background-color: rgb(123,50,117); }

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

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

 span { border-color: rgb(123,50,117); }

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