#744675

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

Shades of Eminence #744675

Tints of Eminence #744675

Color information

#744675 (or 0x744675) is unknown color: approx Eminence. HEX triplet: 74, 46 and 75. RGB value is (116,70,117). Sum of RGB (Red+Green+Blue) = 116+70+117=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #744675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744675 is #8BB98A. Grayscale: #585858. Windows color (decimal): -9157003 or 7685748. OLE color: 7685748.

HSL color Cylindrical-coordinate representation of color #744675: hue angle of 298.72º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744675 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11670117-
CMYK0.010.4000.54
HSL298.72º25.13%36.67%-
HSV(B)298.72º40.17%45.88%-
XYZ12.69.3817.98-
YUV89.11143.74147.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=38.28%
G=23.10%
B=38.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116701170.010.4000.54298.7225.1336.67
Hex74467512803612b1925
Octal1641061651500664533145
Binary1110100100011011101011101000011011010010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744675; }

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

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

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

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

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

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

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

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