#743D75

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

Shades of Eminence #743D75

Tints of Eminence #743D75

Color information

#743D75 (or 0x743D75) is unknown color: approx Eminence. HEX triplet: 74, 3D and 75. RGB value is (116,61,117). Sum of RGB (Red+Green+Blue) = 116+61+117=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #743D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D75 is #8BC28A. Grayscale: #535353. Windows color (decimal): -9159307 or 7683444. OLE color: 7683444.

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

Color convert

RGB11661117-
CMYK0.010.4800.54
HSL298.93º31.46%34.9%-
HSV(B)298.93º47.86%45.88%-
XYZ12.088.3317.8-
YUV83.83146.72150.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.46%
GREEN value IS 61 (24.22% from 255) = 20.75%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=39.46%
G=20.75%
B=39.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116611170.010.4800.54298.9331.4634.9
Hex743D7513003612b1f23
Octal164751651600664533743
Binary111010011110111101011110000011011010010101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743D75; }

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

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

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

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

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

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

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

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