#753477

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

Shades of Eminence #753477

Tints of Eminence #753477

Color information

#753477 (or 0x753477) is unknown color: approx Eminence. HEX triplet: 75, 34 and 77. RGB value is (117,52,119). Sum of RGB (Red+Green+Blue) = 117+52+119=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #753477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753477 is #8ACB88. Grayscale: #4E4E4E. Windows color (decimal): -9096073 or 7812213. OLE color: 7812213.

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

Color convert

RGB11752119-
CMYK0.020.5600.53
HSL298.21º39.18%33.53%-
HSV(B)298.21º56.3%46.67%-
XYZ11.897.5718.29-
YUV79.07150.53155.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 52 (20.70% from 255) = 18.06%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=40.62%
G=18.06%
B=41.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117521190.020.5600.53298.2139.1833.53
Hex75347723803512a2722
Octal165641672700654524742
Binary11101011101001110111101110000110101100101010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753477; }

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

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

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

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

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

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

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

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