#773A6F

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

Shades of Eminence #773A6F

Tints of Eminence #773A6F

Color information

#773A6F (or 0x773A6F) is unknown color: approx Eminence. HEX triplet: 77, 3A and 6F. RGB value is (119,58,111). Sum of RGB (Red+Green+Blue) = 119+58+111=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #773A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773A6F is #88C590. Grayscale: #525252. Windows color (decimal): -8963473 or 7289463. OLE color: 7289463.

HSL color Cylindrical-coordinate representation of color #773A6F: hue angle of 307.87º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #773A6F is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB11958111-
CMYK00.510.070.53
HSL307.87º34.46%34.71%-
HSV(B)307.87º51.26%46.67%-
XYZ11.998.115.97-
YUV82.28144.21154.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 58 (23.05% from 255) = 20.14%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=41.32%
G=20.14%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195811100.510.070.53307.8734.4634.71
Hex773A6F0337351342223
Octal167721570637654644243
Binary111011111101011011110110011111110101100110100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773A6F; }

 p { color: rgb(119,58,111); }

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

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

 a { background-color: rgb(119,58,111); }

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

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

 span { border-color: rgb(119,58,111); }

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