#743A6F

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

Shades of Eminence #743A6F

Tints of Eminence #743A6F

Color information

#743A6F (or 0x743A6F) is unknown color: approx Eminence. HEX triplet: 74, 3A and 6F. RGB value is (116,58,111). Sum of RGB (Red+Green+Blue) = 116+58+111=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #743A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A6F is #8BC590. Grayscale: #515151. Windows color (decimal): -9160081 or 7289460. OLE color: 7289460.

HSL color Cylindrical-coordinate representation of color #743A6F: hue angle of 305.17º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743A6F is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11658111-
CMYK00.50.040.55
HSL305.17º33.33%34.12%-
HSV(B)305.17º50%45.49%-
XYZ11.587.8915.95-
YUV81.38144.72152.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 58 (23.05% from 255) = 20.35%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=40.70%
G=20.35%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165811100.50.040.55305.1733.3334.12
Hex743A6F0324371312122
Octal164721570624674614142
Binary111010011101011011110110010100110111100110001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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