#783270

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

Shades of Eminence #783270

Tints of Eminence #783270

Color information

#783270 (or 0x783270) is unknown color: approx Eminence. HEX triplet: 78, 32 and 70. RGB value is (120,50,112). Sum of RGB (Red+Green+Blue) = 120+50+112=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #783270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783270 is #87CD8F. Grayscale: #4D4D4D. Windows color (decimal): -8899984 or 7352952. OLE color: 7352952.

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

Color convert

RGB12050112-
CMYK00.580.070.53
HSL306.86º41.18%33.33%-
HSV(B)306.86º58.33%47.06%-
XYZ11.817.4416.14-
YUV78147.19157.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 50 (19.92% from 255) = 17.73%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=42.55%
G=17.73%
B=39.72%

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
Decimal1205011200.580.070.53306.8641.1833.33
Hex78327003A7351332921
Octal170621600727654635141
Binary111100011001011100000111010111110101100110011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783270; }

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

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

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

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

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

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

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

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