#74417C

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

Shades of Eminence #74417C

Tints of Eminence #74417C

Color information

#74417C (or 0x74417C) is unknown color: approx Eminence. HEX triplet: 74, 41 and 7C. RGB value is (116,65,124). Sum of RGB (Red+Green+Blue) = 116+65+124=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #74417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74417C is #8BBE83. Grayscale: #565656. Windows color (decimal): -9158276 or 8143220. OLE color: 8143220.

HSL color Cylindrical-coordinate representation of color #74417C: hue angle of 291.86º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74417C is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11665124-
CMYK0.060.4800.51
HSL291.86º31.22%37.06%-
HSV(B)291.86º47.58%48.63%-
XYZ12.738.9520.13-
YUV86.98148.9148.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=38.03%
G=21.31%
B=40.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116651240.060.4800.51291.8631.2237.06
Hex74417C6300331241f25
Octal1641011746600634443745
Binary111010010000011111100110110000011001110010010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74417C; }

 p { color: rgb(116,65,124); }

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

<style>
 a { background-color: #74417C; }

 a { background-color: rgb(116,65,124); }

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

<style>
 span { border-color: #74417C; }

 span { border-color: rgb(116,65,124); }

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