#74367A

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

Shades of Eminence #74367A

Tints of Eminence #74367A

Color information

#74367A (or 0x74367A) is unknown color: approx Eminence. HEX triplet: 74, 36 and 7A. RGB value is (116,54,122). Sum of RGB (Red+Green+Blue) = 116+54+122=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #74367A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74367A is #8BC985. Grayscale: #505050. Windows color (decimal): -9161094 or 8009332. OLE color: 8009332.

HSL color Cylindrical-coordinate representation of color #74367A: hue angle of 294.71º 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 #74367A is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11654122-
CMYK0.050.5600.52
HSL294.71º38.64%34.51%-
HSV(B)294.71º55.74%47.84%-
XYZ12.037.7619.28-
YUV80.29151.54153.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 54 (21.48% from 255) = 18.49%
BLUE value IS 122 (48.05% from 255) = 41.78%
R=39.73%
G=18.49%
B=41.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116541220.050.5600.52294.7138.6434.51
Hex74367A5380341272723
Octal164661725700644474743
Binary111010011011011110101011110000110100100100111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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