#754074

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

Shades of Eminence #754074

Tints of Eminence #754074

Color information

#754074 (or 0x754074) is unknown color: approx Eminence. HEX triplet: 75, 40 and 74. RGB value is (117,64,116). Sum of RGB (Red+Green+Blue) = 117+64+116=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #754074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754074 is #8ABF8B. Grayscale: #555555. Windows color (decimal): -9093004 or 7618677. OLE color: 7618677.

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

Color convert

RGB11764116-
CMYK00.450.010.54
HSL301.13º29.28%35.49%-
HSV(B)301.13º45.3%45.88%-
XYZ12.328.7117.55-
YUV85.78145.06150.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=39.39%
G=21.55%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176411600.450.010.54301.1329.2835.49
Hex75407402D13612d1d23
Octal1651001640551664553543
Binary1110101100000011101000101101111011010010110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754074; }

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

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

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

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

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

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

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

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