#734571

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

Shades of Eminence #734571

Tints of Eminence #734571

Color information

#734571 (or 0x734571) is unknown color: approx Eminence. HEX triplet: 73, 45 and 71. RGB value is (115,69,113). Sum of RGB (Red+Green+Blue) = 115+69+113=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #734571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734571 is #8CBA8E. Grayscale: #575757. Windows color (decimal): -9222799 or 7423347. OLE color: 7423347.

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

Color convert

RGB11569113-
CMYK00.40.020.55
HSL302.61º25%36.08%-
HSV(B)302.61º40%45.1%-
XYZ12.189.0916.74-
YUV87.77142.24147.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=38.72%
G=23.23%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156911300.40.020.55302.612536.08
Hex73457102823712f1924
Octal1631051610502674573144
Binary11100111000101111000101010001011011110010111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734571; }

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

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

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

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

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

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

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

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