#783475

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

Shades of Eminence #783475

Tints of Eminence #783475

Color information

#783475 (or 0x783475) is unknown color: approx Eminence. HEX triplet: 78, 34 and 75. RGB value is (120,52,117). Sum of RGB (Red+Green+Blue) = 120+52+117=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #783475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783475 is #87CB8A. Grayscale: #4F4F4F. Windows color (decimal): -8899467 or 7681144. OLE color: 7681144.

HSL color Cylindrical-coordinate representation of color #783475: hue angle of 302.65º 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 #783475 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12052117-
CMYK00.570.020.53
HSL302.65º39.53%33.73%-
HSV(B)302.65º56.67%47.06%-
XYZ12.187.7317.68-
YUV79.74149.03156.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=41.52%
G=17.99%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205211700.570.020.53302.6539.5333.73
Hex78347503923512f2822
Octal170641650712654575042
Binary11110001101001110101011100110110101100101111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783475; }

 p { color: rgb(120,52,117); }

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

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

 a { background-color: rgb(120,52,117); }

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

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

 span { border-color: rgb(120,52,117); }

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