#734B71

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

Shades of Eminence #734B71

Tints of Eminence #734B71

Color information

#734B71 (or 0x734B71) is unknown color: approx Eminence. HEX triplet: 73, 4B and 71. RGB value is (115,75,113). Sum of RGB (Red+Green+Blue) = 115+75+113=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #734B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734B71 is #8CB48E. Grayscale: #5B5B5B. Windows color (decimal): -9221263 or 7424883. OLE color: 7424883.

HSL color Cylindrical-coordinate representation of color #734B71: hue angle of 303º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #734B71 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11575113-
CMYK00.350.020.55
HSL303º21.05%37.25%-
HSV(B)303º34.78%45.1%-
XYZ12.579.8716.87-
YUV91.29140.25144.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=37.95%
G=24.75%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157511300.350.020.5530321.0537.25
Hex734B7102323712f1525
Octal1631131610432674572545
Binary11100111001011111000101000111011011110010111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734B71; }

 p { color: rgb(115,75,113); }

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

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

 a { background-color: rgb(115,75,113); }

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

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

 span { border-color: rgb(115,75,113); }

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