#783370

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

Shades of Eminence #783370

Tints of Eminence #783370

Color information

#783370 (or 0x783370) is unknown color: approx Eminence. HEX triplet: 78, 33 and 70. RGB value is (120,51,112). Sum of RGB (Red+Green+Blue) = 120+51+112=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #783370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783370 is #87CC8F. Grayscale: #4E4E4E. Windows color (decimal): -8899728 or 7353208. OLE color: 7353208.

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

Color convert

RGB12051112-
CMYK00.580.070.53
HSL306.96º40.35%33.53%-
HSV(B)306.96º57.5%47.06%-
XYZ11.857.5316.16-
YUV78.58146.86157.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.40%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=42.40%
G=18.02%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205111200.580.070.53306.9640.3533.53
Hex78337003A7351332822
Octal170631600727654635042
Binary111100011001111100000111010111110101100110011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783370; }

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

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

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

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

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

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

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

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