#734071

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

Shades of Eminence #734071

Tints of Eminence #734071

Color information

#734071 (or 0x734071) is unknown color: approx Eminence. HEX triplet: 73, 40 and 71. RGB value is (115,64,113). Sum of RGB (Red+Green+Blue) = 115+64+113=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #734071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734071 is #8CBF8E. Grayscale: #545454. Windows color (decimal): -9224079 or 7422067. OLE color: 7422067.

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

Color convert

RGB11564113-
CMYK00.440.020.55
HSL302.35º28.49%35.1%-
HSV(B)302.35º44.35%45.1%-
XYZ11.888.516.64-
YUV84.84143.9149.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=39.38%
G=21.92%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156411300.440.020.55302.3528.4935.1
Hex73407102C23712e1c23
Octal1631001610542674563443
Binary11100111000000111000101011001011011110010111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734071; }

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

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

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

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

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

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

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

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