#743D7A

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

Shades of Eminence #743D7A

Tints of Eminence #743D7A

Color information

#743D7A (or 0x743D7A) is unknown color: approx Eminence. HEX triplet: 74, 3D and 7A. RGB value is (116,61,122). Sum of RGB (Red+Green+Blue) = 116+61+122=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #743D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D7A is #8BC285. Grayscale: #545454. Windows color (decimal): -9159302 or 8011124. OLE color: 8011124.

HSL color Cylindrical-coordinate representation of color #743D7A: hue angle of 294.1º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743D7A is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11661122-
CMYK0.050.5000.52
HSL294.1º33.33%35.88%-
HSV(B)294.1º50%47.84%-
XYZ12.388.4619.39-
YUV84.4149.22150.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=38.80%
G=20.40%
B=40.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116611220.050.5000.52294.133.3335.88
Hex743D7A5320341262124
Octal164751725620644464144
Binary111010011110111110101011100100110100100100110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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