#75337A

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

Shades of Eminence #75337A

Tints of Eminence #75337A

Color information

#75337A (or 0x75337A) is unknown color: approx Eminence. HEX triplet: 75, 33 and 7A. RGB value is (117,51,122). Sum of RGB (Red+Green+Blue) = 117+51+122=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #75337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75337A is #8ACC85. Grayscale: #4E4E4E. Windows color (decimal): -9096326 or 8008565. OLE color: 8008565.

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

Color convert

RGB11751122-
CMYK0.040.5800.52
HSL295.77º41.04%33.92%-
HSV(B)295.77º58.2%47.84%-
XYZ12.037.5519.24-
YUV78.83152.37155.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 122 (48.05% from 255) = 42.07%
R=40.34%
G=17.59%
B=42.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117511220.040.5800.52295.7741.0433.92
Hex75337A43A0341282922
Octal165631724720644505142
Binary111010111001111110101001110100110100100101000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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