#74427B

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

Shades of Eminence #74427B

Tints of Eminence #74427B

Color information

#74427B (or 0x74427B) is unknown color: approx Eminence. HEX triplet: 74, 42 and 7B. RGB value is (116,66,123). Sum of RGB (Red+Green+Blue) = 116+66+123=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #74427B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74427B is #8BBD84. Grayscale: #575757. Windows color (decimal): -9158021 or 8077940. OLE color: 8077940.

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

Color convert

RGB11666123-
CMYK0.060.4600.52
HSL292.63º30.16%37.06%-
HSV(B)292.63º46.34%48.24%-
XYZ12.739.0419.81-
YUV87.45148.06148.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=38.03%
G=21.64%
B=40.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116661230.060.4600.52292.6330.1637.06
Hex74427B62E0341251e25
Octal1641021736560644453645
Binary111010010000101111011110101110011010010010010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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