#783975

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

Shades of Eminence #783975

Tints of Eminence #783975

Color information

#783975 (or 0x783975) is unknown color: approx Eminence. HEX triplet: 78, 39 and 75. RGB value is (120,57,117). Sum of RGB (Red+Green+Blue) = 120+57+117=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #783975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783975 is #87C68A. Grayscale: #525252. Windows color (decimal): -8898187 or 7682424. OLE color: 7682424.

HSL color Cylindrical-coordinate representation of color #783975: hue angle of 302.86º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783975 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12057117-
CMYK00.520.020.53
HSL302.86º35.59%34.71%-
HSV(B)302.86º52.5%47.06%-
XYZ12.428.217.76-
YUV82.68147.37154.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.82%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=40.82%
G=19.39%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205711700.520.020.53302.8635.5934.71
Hex78397503423512f2423
Octal170711650642654574443
Binary11110001110011110101011010010110101100101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783975; }

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

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

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

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

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

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

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

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