#753077

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

Shades of Eminence #753077

Tints of Eminence #753077

Color information

#753077 (or 0x753077) is unknown color: approx Eminence. HEX triplet: 75, 30 and 77. RGB value is (117,48,119). Sum of RGB (Red+Green+Blue) = 117+48+119=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #753077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753077 is #8ACF88. Grayscale: #4C4C4C. Windows color (decimal): -9097097 or 7811189. OLE color: 7811189.

HSL color Cylindrical-coordinate representation of color #753077: hue angle of 298.31º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #753077 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11748119-
CMYK0.020.6000.53
HSL298.31º42.51%32.75%-
HSV(B)298.31º59.66%46.67%-
XYZ11.727.2318.23-
YUV76.72151.86156.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 119 (46.88% from 255) = 41.90%
R=41.20%
G=16.90%
B=41.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117481190.020.6000.53298.3142.5132.75
Hex75307723C03512a2b21
Octal165601672740654525341
Binary11101011100001110111101111000110101100101010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753077; }

 p { color: rgb(117,48,119); }

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

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

 a { background-color: rgb(117,48,119); }

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

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

 span { border-color: rgb(117,48,119); }

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