#754374

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

Shades of Eminence #754374

Tints of Eminence #754374

Color information

#754374 (or 0x754374) is unknown color: approx Eminence. HEX triplet: 75, 43 and 74. RGB value is (117,67,116). Sum of RGB (Red+Green+Blue) = 117+67+116=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #754374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754374 is #8ABC8B. Grayscale: #575757. Windows color (decimal): -9092236 or 7619445. OLE color: 7619445.

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

Color convert

RGB11767116-
CMYK00.430.010.54
HSL301.2º27.17%36.08%-
HSV(B)301.2º42.74%45.88%-
XYZ12.59.0617.61-
YUV87.54144.06149.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 67 (26.56% from 255) = 22.33%
BLUE value IS 116 (45.70% from 255) = 38.67%
R=39%
G=22.33%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176711600.430.010.54301.227.1736.08
Hex75437402B13612d1b24
Octal1651031640531664553344
Binary1110101100001111101000101011111011010010110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754374; }

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

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

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

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

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

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

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

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