#75487C

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

Shades of Eminence #75487C

Tints of Eminence #75487C

Color information

#75487C (or 0x75487C) is unknown color: approx Eminence. HEX triplet: 75, 48 and 7C. RGB value is (117,72,124). Sum of RGB (Red+Green+Blue) = 117+72+124=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #75487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75487C is #8AB783. Grayscale: #5B5B5B. Windows color (decimal): -9090948 or 8145013. OLE color: 8145013.

HSL color Cylindrical-coordinate representation of color #75487C: hue angle of 291.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75487C is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11772124-
CMYK0.060.4200.51
HSL291.92º26.53%38.43%-
HSV(B)291.92º41.94%48.63%-
XYZ13.299.8720.27-
YUV91.38146.41146.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=37.38%
G=23.00%
B=39.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117721240.060.4200.51291.9226.5338.43
Hex75487C62A0331241b26
Octal1651101746520634443346
Binary111010110010001111100110101010011001110010010011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75487C; }

 p { color: rgb(117,72,124); }

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

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

 a { background-color: rgb(117,72,124); }

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

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

 span { border-color: rgb(117,72,124); }

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