#75367E

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

Shades of Eminence #75367E

Tints of Eminence #75367E

Color information

#75367E (or 0x75367E) is unknown color: approx Eminence. HEX triplet: 75, 36 and 7E. RGB value is (117,54,126). Sum of RGB (Red+Green+Blue) = 117+54+126=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #75367E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75367E is #8AC981. Grayscale: #505050. Windows color (decimal): -9095554 or 8271477. OLE color: 8271477.

HSL color Cylindrical-coordinate representation of color #75367E: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75367E is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11754126-
CMYK0.070.5700.51
HSL292.5º40%35.29%-
HSV(B)292.5º57.14%49.41%-
XYZ12.427.9320.61-
YUV81.04153.37153.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 54 (21.48% from 255) = 18.18%
BLUE value IS 126 (49.61% from 255) = 42.42%
R=39.39%
G=18.18%
B=42.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117541260.070.5700.51292.54035.29
Hex75367E7390331242823
Octal165661767710634445043
Binary111010111011011111101111110010110011100100100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75367E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75367E; }

 p { color: rgb(117,54,126); }

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

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

 a { background-color: rgb(117,54,126); }

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

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

 span { border-color: rgb(117,54,126); }

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