#75357A

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

Shades of Eminence #75357A

Tints of Eminence #75357A

Color information

#75357A (or 0x75357A) is unknown color: approx Eminence. HEX triplet: 75, 35 and 7A. RGB value is (117,53,122). Sum of RGB (Red+Green+Blue) = 117+53+122=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #75357A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75357A is #8ACA85. Grayscale: #4F4F4F. Windows color (decimal): -9095814 or 8009077. OLE color: 8009077.

HSL color Cylindrical-coordinate representation of color #75357A: hue angle of 295.65º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75357A is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11753122-
CMYK0.040.5700.52
HSL295.65º39.43%34.31%-
HSV(B)295.65º56.56%47.84%-
XYZ12.127.7319.27-
YUV80151.7154.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 53 (21.09% from 255) = 18.15%
BLUE value IS 122 (48.05% from 255) = 41.78%
R=40.07%
G=18.15%
B=41.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117531220.040.5700.52295.6539.4334.31
Hex75357A4390341282722
Octal165651724710644504742
Binary111010111010111110101001110010110100100101000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75357A; }

 p { color: rgb(117,53,122); }

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

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

 a { background-color: rgb(117,53,122); }

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

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

 span { border-color: rgb(117,53,122); }

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