#754174

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

Shades of Eminence #754174

Tints of Eminence #754174

Color information

#754174 (or 0x754174) is unknown color: approx Eminence. HEX triplet: 75, 41 and 74. RGB value is (117,65,116). Sum of RGB (Red+Green+Blue) = 117+65+116=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #754174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754174 is #8ABE8B. Grayscale: #565656. Windows color (decimal): -9092748 or 7618933. OLE color: 7618933.

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

Color convert

RGB11765116-
CMYK00.440.010.54
HSL301.15º28.57%35.69%-
HSV(B)301.15º44.44%45.88%-
XYZ12.388.8217.57-
YUV86.36144.73149.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 65 (25.78% from 255) = 21.81%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=39.26%
G=21.81%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176511600.440.010.54301.1528.5735.69
Hex75417402C13612d1d24
Octal1651011640541664553544
Binary1110101100000111101000101100111011010010110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754174; }

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

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

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

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

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

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

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

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