#74317F

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

Shades of Eminence #74317F

Tints of Eminence #74317F

Color information

#74317F (or 0x74317F) is unknown color: approx Eminence. HEX triplet: 74, 31 and 7F. RGB value is (116,49,127). Sum of RGB (Red+Green+Blue) = 116+49+127=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #74317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74317F is #8BCE80. Grayscale: #4D4D4D. Windows color (decimal): -9162369 or 8335732. OLE color: 8335732.

HSL color Cylindrical-coordinate representation of color #74317F: hue angle of 291.54º 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 #74317F is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11649127-
CMYK0.090.6100.50
HSL291.54º44.32%34.51%-
HSV(B)291.54º61.42%49.8%-
XYZ12.137.4420.88-
YUV77.92155.7155.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 49 (19.53% from 255) = 16.78%
BLUE value IS 127 (50% from 255) = 43.49%
R=39.73%
G=16.78%
B=43.49%

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
Decimal116491270.090.6100.50291.5444.3234.51
Hex74317F93D0321242c23
Octal1646117711750624445443
Binary1110100110001111111110011111010110010100100100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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