#74366F

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

Shades of Eminence #74366F

Tints of Eminence #74366F

Color information

#74366F (or 0x74366F) is unknown color: approx Eminence. HEX triplet: 74, 36 and 6F. RGB value is (116,54,111). Sum of RGB (Red+Green+Blue) = 116+54+111=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #74366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74366F is #8BC990. Grayscale: #4E4E4E. Windows color (decimal): -9161105 or 7288436. OLE color: 7288436.

HSL color Cylindrical-coordinate representation of color #74366F: hue angle of 304.84º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74366F is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11654111-
CMYK00.530.040.55
HSL304.84º36.47%33.33%-
HSV(B)304.84º53.45%45.49%-
XYZ11.397.515.89-
YUV79.04146.04154.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 111 (43.75% from 255) = 39.50%
R=41.28%
G=19.22%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165411100.530.040.55304.8436.4733.33
Hex74366F0354371312421
Octal164661570654674614441
Binary111010011011011011110110101100110111100110001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,54,111); }

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

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

 a { background-color: rgb(116,54,111); }

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

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

 span { border-color: rgb(116,54,111); }

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