#743A75

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

Shades of Eminence #743A75

Tints of Eminence #743A75

Color information

#743A75 (or 0x743A75) is unknown color: approx Eminence. HEX triplet: 74, 3A and 75. RGB value is (116,58,117). Sum of RGB (Red+Green+Blue) = 116+58+117=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #743A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A75 is #8BC58A. Grayscale: #515151. Windows color (decimal): -9160075 or 7682676. OLE color: 7682676.

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

Color convert

RGB11658117-
CMYK0.010.5000.54
HSL298.98º33.71%34.31%-
HSV(B)298.98º50.43%45.88%-
XYZ11.938.0217.75-
YUV82.07147.72152.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 58 (23.05% from 255) = 19.93%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=39.86%
G=19.93%
B=40.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116581170.010.5000.54298.9833.7134.31
Hex743A7513203612b2222
Octal164721651620664534242
Binary1110100111010111010111100100110110100101011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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