#74367B

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

Shades of Eminence #74367B

Tints of Eminence #74367B

Color information

#74367B (or 0x74367B) is unknown color: approx Eminence. HEX triplet: 74, 36 and 7B. RGB value is (116,54,123). Sum of RGB (Red+Green+Blue) = 116+54+123=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #74367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74367B is #8BC984. Grayscale: #505050. Windows color (decimal): -9161093 or 8074868. OLE color: 8074868.

HSL color Cylindrical-coordinate representation of color #74367B: hue angle of 293.91º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74367B is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11654123-
CMYK0.060.5600.52
HSL293.91º38.98%34.71%-
HSV(B)293.91º56.1%48.24%-
XYZ12.17.7819.6-
YUV80.4152.04153.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 123 (48.44% from 255) = 41.98%
R=39.59%
G=18.43%
B=41.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116541230.060.5600.52293.9138.9834.71
Hex74367B6380341262723
Octal164661736700644464743
Binary111010011011011110111101110000110100100100110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74367B; }

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

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

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

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

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

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

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

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