#753877

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

Shades of Eminence #753877

Tints of Eminence #753877

Color information

#753877 (or 0x753877) is unknown color: approx Eminence. HEX triplet: 75, 38 and 77. RGB value is (117,56,119). Sum of RGB (Red+Green+Blue) = 117+56+119=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #753877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753877 is #8AC788. Grayscale: #515151. Windows color (decimal): -9095049 or 7813237. OLE color: 7813237.

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

Color convert

RGB11756119-
CMYK0.020.5300.53
HSL298.1º36%34.31%-
HSV(B)298.1º52.94%46.67%-
XYZ12.087.9418.35-
YUV81.42149.21153.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=40.07%
G=19.18%
B=40.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117561190.020.5300.53298.13634.31
Hex75387723503512a2422
Octal165701672650654524442
Binary11101011110001110111101101010110101100101010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753877; }

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

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

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

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

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

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

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

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