#753374

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

Shades of Eminence #753374

Tints of Eminence #753374

Color information

#753374 (or 0x753374) is unknown color: approx Eminence. HEX triplet: 75, 33 and 74. RGB value is (117,51,116). Sum of RGB (Red+Green+Blue) = 117+51+116=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #753374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753374 is #8ACC8B. Grayscale: #4D4D4D. Windows color (decimal): -9096332 or 7615349. OLE color: 7615349.

HSL color Cylindrical-coordinate representation of color #753374: hue angle of 300.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753374 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11751116-
CMYK00.560.010.54
HSL300.91º39.29%32.94%-
HSV(B)300.91º56.41%45.88%-
XYZ11.677.4117.34-
YUV78.14149.37155.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=41.20%
G=17.96%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175111600.560.010.54300.9139.2932.94
Hex75337403813612d2721
Octal165631640701664554741
Binary1110101110011111010001110001110110100101101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753374; }

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

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

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

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

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

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

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

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