#744075

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

Shades of Eminence #744075

Tints of Eminence #744075

Color information

#744075 (or 0x744075) is unknown color: approx Eminence. HEX triplet: 74, 40 and 75. RGB value is (116,64,117). Sum of RGB (Red+Green+Blue) = 116+64+117=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #744075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744075 is #8BBF8A. Grayscale: #555555. Windows color (decimal): -9158539 or 7684212. OLE color: 7684212.

HSL color Cylindrical-coordinate representation of color #744075: hue angle of 298.87º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #744075 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11664117-
CMYK0.010.4500.54
HSL298.87º29.28%35.49%-
HSV(B)298.87º45.3%45.88%-
XYZ12.258.6617.86-
YUV85.59145.73149.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=39.06%
G=21.55%
B=39.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116641170.010.4500.54298.8729.2835.49
Hex74407512D03612b1d23
Octal1641001651550664533543
Binary1110100100000011101011101101011011010010101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744075; }

 p { color: rgb(116,64,117); }

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

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

 a { background-color: rgb(116,64,117); }

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

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

 span { border-color: rgb(116,64,117); }

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