#763073

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

Shades of Eminence #763073

Tints of Eminence #763073

Color information

#763073 (or 0x763073) is unknown color: approx Eminence. HEX triplet: 76, 30 and 73. RGB value is (118,48,115). Sum of RGB (Red+Green+Blue) = 118+48+115=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #763073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763073 is #89CF8C. Grayscale: #4C4C4C. Windows color (decimal): -9031565 or 7549046. OLE color: 7549046.

HSL color Cylindrical-coordinate representation of color #763073: hue angle of 302.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763073 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11848115-
CMYK00.590.030.54
HSL302.57º42.17%32.55%-
HSV(B)302.57º59.32%46.27%-
XYZ11.627.217-
YUV76.57149.69157.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=41.99%
G=17.08%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184811500.590.030.54302.5742.1732.55
Hex76307303B33612f2a21
Octal166601630733664575241
Binary11101101100001110011011101111110110100101111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763073; }

 p { color: rgb(118,48,115); }

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

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

 a { background-color: rgb(118,48,115); }

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

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

 span { border-color: rgb(118,48,115); }

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