#763978

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

Shades of Eminence #763978

Tints of Eminence #763978

Color information

#763978 (or 0x763978) is unknown color: approx Eminence. HEX triplet: 76, 39 and 78. RGB value is (118,57,120). Sum of RGB (Red+Green+Blue) = 118+57+120=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #763978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763978 is #89C687. Grayscale: #525252. Windows color (decimal): -9029256 or 7879030. OLE color: 7879030.

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

Color convert

RGB11857120-
CMYK0.020.5200.53
HSL298.1º35.59%34.71%-
HSV(B)298.1º52.5%47.06%-
XYZ12.328.1318.69-
YUV82.42149.21153.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=40%
G=19.32%
B=40.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118571200.020.5200.53298.135.5934.71
Hex76397823403512a2423
Octal166711702640654524443
Binary11101101110011111000101101000110101100101010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763978; }

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

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

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

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

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

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

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

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