#74467A

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

Shades of Eminence #74467A

Tints of Eminence #74467A

Color information

#74467A (or 0x74467A) is unknown color: approx Eminence. HEX triplet: 74, 46 and 7A. RGB value is (116,70,122). Sum of RGB (Red+Green+Blue) = 116+70+122=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #74467A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74467A is #8BB985. Grayscale: #595959. Windows color (decimal): -9156998 or 8013428. OLE color: 8013428.

HSL color Cylindrical-coordinate representation of color #74467A: hue angle of 293.08º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74467A is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11670122-
CMYK0.050.4300.52
HSL293.08º27.08%37.65%-
HSV(B)293.08º42.62%47.84%-
XYZ12.919.519.57-
YUV89.68146.24146.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=37.66%
G=22.73%
B=39.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116701220.050.4300.52293.0827.0837.65
Hex74467A52B0341251b26
Octal1641061725530644453346
Binary111010010001101111010101101011011010010010010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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