#773370

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

Shades of Eminence #773370

Tints of Eminence #773370

Color information

#773370 (or 0x773370) is unknown color: approx Eminence. HEX triplet: 77, 33 and 70. RGB value is (119,51,112). Sum of RGB (Red+Green+Blue) = 119+51+112=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #773370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773370 is #88CC8F. Grayscale: #4E4E4E. Windows color (decimal): -8965264 or 7353207. OLE color: 7353207.

HSL color Cylindrical-coordinate representation of color #773370: hue angle of 306.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #773370 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB11951112-
CMYK00.570.060.53
HSL306.18º40%33.33%-
HSV(B)306.18º57.14%46.67%-
XYZ11.727.4616.15-
YUV78.29147.03157.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=42.20%
G=18.09%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195111200.570.060.53306.184033.33
Hex7733700396351322821
Octal167631600716654625041
Binary111011111001111100000111001110110101100110010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773370; }

 p { color: rgb(119,51,112); }

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

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

 a { background-color: rgb(119,51,112); }

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

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

 span { border-color: rgb(119,51,112); }

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