#7B3670

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

Shades of Eminence #7B3670

Tints of Eminence #7B3670

Color information

#7B3670 (or 0x7B3670) is unknown color: approx Eminence. HEX triplet: 7B, 36 and 70. RGB value is (123,54,112). Sum of RGB (Red+Green+Blue) = 123+54+112=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3670 is #84C98F. Grayscale: #515151. Windows color (decimal): -8702352 or 7353979. OLE color: 7353979.

HSL color Cylindrical-coordinate representation of color #7B3670: hue angle of 309.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B3670 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB12354112-
CMYK00.560.090.52
HSL309.57º38.98%34.71%-
HSV(B)309.57º56.1%48.24%-
XYZ12.418.0216.22-
YUV81.24145.36157.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.56%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=42.56%
G=18.69%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1235411200.560.090.52309.5738.9834.71
Hex7B36700389341362723
Octal1736616007011644664743
Binary1111011110110111000001110001001110100100110110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,54,112); }

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

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

 a { background-color: rgb(123,54,112); }

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

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

 span { border-color: rgb(123,54,112); }

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