#74327F

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

Shades of Eminence #74327F

Tints of Eminence #74327F

Color information

#74327F (or 0x74327F) is unknown color: approx Eminence. HEX triplet: 74, 32 and 7F. RGB value is (116,50,127). Sum of RGB (Red+Green+Blue) = 116+50+127=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #74327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74327F is #8BCD80. Grayscale: #4E4E4E. Windows color (decimal): -9162113 or 8335988. OLE color: 8335988.

HSL color Cylindrical-coordinate representation of color #74327F: hue angle of 291.43º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74327F is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11650127-
CMYK0.090.6100.50
HSL291.43º43.5%34.71%-
HSV(B)291.43º60.63%49.8%-
XYZ12.177.5320.89-
YUV78.51155.37154.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 127 (50% from 255) = 43.34%
R=39.59%
G=17.06%
B=43.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116501270.090.6100.50291.4343.534.71
Hex74327F93D0321232c23
Octal1646217711750624435443
Binary1110100110010111111110011111010110010100100011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74327F; }

 p { color: rgb(116,50,127); }

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

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

 a { background-color: rgb(116,50,127); }

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

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

 span { border-color: rgb(116,50,127); }

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